| Author |
Best current solution to build a java web application
|
Paulo Carvalho
Ranch Hand
Joined: Nov 12, 2008
Posts: 56
|
|
Hello,
I have a question which could have been put in other section of the forum because it is related with several areas of the Java world.
Imagine that I want to develop a web application on Java. This application will have several interfaces with objects (forms), which will interact with a database, and must be able to show tables with information, provide normal insert/update/delete actions, show charts, etc. I want the interfaces be nice looking and the application must be light and effective.
My question is simple. The answer I don't think its so simple.
Today, we have several Java technologies. Everyone have their pros and cons: JSP, Java RCP, JavaFX, etc.
Which solution would you suggest for building such application? Last time I developped a web application it was 5 years ago. I used JSP but now, I have the feeling that this technology is old and others are/can be better...
Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
|
For a web application the same technologies are used: servlets, JSP, HTML, CSS, JavaScript, with or without a framework based upon these technologies. JavaFX is not for creating web apps.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Best current solution to build a java web application
|
|
|