java - Web application using JSP web application or applet? -
if want make web application in java mean jsp should create applet , put browser or create "java web project"? in other words big companies system oracal , others have there own system creating java web application or using applet , putting browsers.
thanks
i create "java web project".
using applet considered bad practice due of security issues, need user install correct version of java, , enable in browser.
go solid java web framework spring / spring-mvc. see guide on how start: https://spring.io/guides/gs/serving-web-content/
Comments
Post a Comment