What do you need to create a web app with java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What do you need to create a web app with java?

I need to develop a web app for users to trade but I have no experience in web dev when it come to java. What will I need? I need to build from scratch, even set up the server so I need to know which OS, which web server software, frameworks etc.

1st Apr 2017, 2:40 PM
Andre van Rensburg
Andre van Rensburg - avatar
3 Answers
+ 13
JavaFX is a software platform for creating and delivering desktop applications, as well as rich internet applications (RIAs) that can run across a wide variety of devices. JavaFX is intended to replace Swing as the standard GUI library for Java SE, but both will be included for the foreseeable future. Sorry if my answer has flaws in it!
1st Apr 2017, 3:33 PM
Dev
Dev - avatar
+ 6
you'll need a Tomcat server. and take a look at jsp. I think that's what you are looking for.
1st Apr 2017, 5:01 PM
Mario L.
Mario L. - avatar
0
the other thing is study servlets, that is the proper java framework for deploying java web apps
2nd Apr 2017, 12:13 AM
William La Flamme
William La Flamme - avatar