The Artima Developer Community
Sponsored Link

Java Answers Forum
Regarding Java EE Application or Java Web Application

2 replies on 1 page. Most recent reply: Sep 25, 2017 11:55 PM by Priya Arrora

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Hemant Anand

Posts: 1
Nickname: chavi
Registered: Mar, 2016

Regarding Java EE Application or Java Web Application Posted: Mar 26, 2016 11:56 PM
Reply to this message Reply
Advertisement
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.


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
Reply to this message Reply
> 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.

Priya Arrora

Posts: 5
Nickname: priya456
Registered: Aug, 2017

Re: Regarding Java EE Application or Java Web Application Posted: Sep 25, 2017 11:55 PM
Reply to this message Reply
1. Create New Java Web Application Project :

To create new Java web application project simply open your Netbeans 8.2 IDE then open File -> New Project. Then choose Java Web in Categories column and Web Application in Projects column. Then click next.

Give a name your project, mine is "SimpleWebApp". Leave another field as default. Then click next.

Leave default for all fields in Server and Settings then click next.

In the framework, choose Spring Web MVC and leave default in spring library then click finish.

This creates new java web application wizard generated src folder and web folder which contains core element for building java web application.

Flat View: This topic has 2 replies on 1 page
Topic: to work in design view in netbeans Previous Topic   Next Topic Topic: Programming Using JSP and servlets

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use