M S
Posts: 1
Nickname: ms04
Registered: Jun, 2016
|
|
Re: Regarding Java EE Application or Java Web Application
|
Posted: Jun 17, 2016 11:22 PM
|
|
> Dear All, > > I want to develop and ERP system having different module. > I want to use Advance Java technologies for this project.I > am using the Netbeans IDE & MYSQL database. Please suggest > me should i create a Java EE Application project or a Java > Web Application project in Netbeans. > > With Regards to All.
A ERP system with stand-alone type application is now outdated, even banks, mobile/telecom companies, hospitals and most of the shopping malls/stores uses WEB Application.
The benefit of web app is it is portable and not fix to any particular device. Also data is going to be stored at server location, so no need to support for external storage.
In JAVA, web app is also a part of cloud computing.
Also I will recommend you to use Eclipse IDE and Tomcat server with MySql database. Netbeans is complicated little bit in terms of using it.
Hope you got your answer.
|
|