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 is serialization?
serialization is a storing the state of the object into the file
Shubham
What is difference between Multithreading and miltiprocessing?
Thread is a part of the program,so a program has multiple threads whereas multiprocessing means a cpu (or multiple cpu) process multiple programs at a time.
Milan
Hi sir, I'm confused between .net and java. What to choose for a career. I have little bit knowledge of asp.net. Please guide me for this. Thank you
Hello Kirit, The application which were devloped about 2 decades back was mostly coded in java and so you will see so many of the application (in several company and outside) written in java. .Net(collectively...
Kirit
what is the use of request get parameter map in servlet with example
Map of all input elements of form of Html can be retrieved with getParameterMap() method and it is very rarely used. Map requestParams = request.getParameterMap();
Pushpendra
why can't we create an object for abstract class? why wait,notify,notifyall methods were in object class but not in thread class?
The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends...
Jilani

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

Ask a Question

Related Lessons

Java Interview Questions & Answers
Java Interview Questions have been designed especially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Java Programming Language. As per my...

Constructor in Java
A constructor is a particular type of method that is used to initialise the object. The constructor is invoked at the time of object creation. It constructs the values, i.e. provides data for the object...

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

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 =...

JAVA Version History
Java Version History: There are many java versions that has been released. Current stable release of Java is Java SE 8. JDK Alpha and Beta (1995). JDK 1.0 (23rd Jan, 1996). JDK 1.1 (19th Feb, 1997). J2SE...

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