I want to create a Java web application. How should I start?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

IT professional with 18+ years of exp. in C/C++,Java, Web Technologies, SQL and Corporate Trainer

You need basics of (1) Web technologies (HTML5, CSS and Javascript) at the client side (2) Java technologies (Servlets, JSPs and JDBC for database connectivity) at the server side (3) An IDE (Netbeans / Eccliplse) will help you to develop web applcations faster !
1 Comments

First Web Application Using Java Servlet Step1: Open Eclipse Create a Dynamic Web Project. Open the Eclipse IDE, navigate to File-> New-> Dynamic Web Project. Step2: Provide Project Name. ... Step3: Create a Servlet. ... Step4: Add the Servlet Jar file. ... Step5: Create a HTML or JSP...
read more
First Web Application Using Java Servlet Step1: Open Eclipse Create a Dynamic Web Project. Open the Eclipse IDE, navigate to File-> New-> Dynamic Web Project. Step2: Provide Project Name. ... Step3: Create a Servlet. ... Step4: Add the Servlet Jar file. ... Step5: Create a HTML or JSP file. ... Step6: Map the File. ... Step7: Run the Application. read less
Comments

9.5 Years of IT experience in Trainings and working as Team lead in India's top IT company

Hi, There are 3 types of Java applications for beginners. 1 : Command line applications 2: Desktop based applications 3: Web based applications Other applications are also can be build in Java like, Phone applications (Android and IOS ), Microservices based application, Enterprise based EJB applications...
read more
Hi, There are 3 types of Java applications for beginners. 1 : Command line applications 2: Desktop based applications 3: Web based applications Other applications are also can be build in Java like, Phone applications (Android and IOS ), Microservices based application, Enterprise based EJB applications etc. It depends upon your requirements which application you want to create, I will explain with example. 1. Web based Applications : The most importtant and common applications now a days are web based and you have many options to start with. First choose your frame work to start with like Spring, Struts etc and backend Framework like Hibernate. The Mostly used is Spring. After this define your application entites and database design and choose backend Framework like Hibernate. After you choose, Classify the application by creating small requirements and make a MVC (Model , View , Control ) diagrams . And then start creating the Controllers and Backend DAO classes and choose front end technology like Json (to transfer data) or Node JS to work upon. All the above, if the project is not very big, you can directly start working without any framework. Just start by creating UI with JSP and BAckend with servlets. read less
Comments

View 1 more Answers

Related Questions

Who can provide good Java training with real-time but not institute?
If you reside in pune then i can provide real time programming in java . So you will get to know industry based java programming
Sridevi
0 0
6
Can we print any string in Java without a semicolon?
Yes We can print a string with out semicolon in if statement. public class Print_Without_Semicolon { public static void main(String args) { int i = 0; if(System.out.printf("print...
Sridevi
0 0
6
Is it possible to instantiate the abstract class?
Use anonymous class. Example: For an abstract class AbstrClass. AbstrClass ac = new AbstrClass() { public void m1() { // code...
Reshma
What is the best site to learn Java for development?
www.javatpoint.com Is best site to learn and earn knowledge
Chai
0 0
8
I want to Learn java. How do I start?
Start with Complete Reference book.
A

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Easy way to remember Java keyword.
ACCESS MODIFIER ACCESS SPECIFIER abstract, assert, const, final, native, static, strictfp, super, synchronized, this, transient, void, volatile public, private, protected, default DATA...

Rohit Deshbhratar

1 0
0

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

jOOQ 3.10 Supports JPA Attribute Converter
One of the cooler hidden features in jOOQ is the JPADatabase, which allows for reverse engineering a pre-existing set of JPA-annotated entities to generate jOOQ code. For instance, you could write these...

JAVA - Object Cloning
JAVA - Object Cloning Is the way of creating the same copy of object without calling the class constructor. It means we can make any class object multiple times without calling its default constructor....

Importance of Constructor's Visibility.
While developing program or implementing Singleton pattern we have learnt to mention constructor as private and known reason is -> to blocked its direct call from outside of class. But did we think...

Recommended Articles

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you