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

What equipment do you need to teach online Java classes?
Team Viewer is the best tool for the same.
Imran
0 0
5
Base obj=new Child(); What are the advantage and real life application of above code?
Have you ever observed while communicating with databases? You can find such type of example while writing code from communicating with DB. Connection connectionObject = DriverManager.getConnection(); or Statement...
Vijay
How do I learn Java? From book or internet or a coaching?
According to me....u should start from basic Java..that is core Java... . Find coaching , who teaches Java for beginners.....then later u can go for advance java.
Suresh
0 0
7
Which institute is best for java core learning?
For core java RPISE(rajesh patkar classe) is very good . he thought you from the sacratch . i was did there one course, There are lots od students apart from IT backgrounf was came there and they understood...
Hrhrh
What is serialization?
serialization is a storing the state of the object into the file
Shubham

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

Ask a Question

Related Lessons

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

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