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 are the necessary qualifications needed for a Java tutor?
Degree in computer science and good knowledge of Java.
Darshan
0 0
7
Hi, Can anyone help me on below queries? 1. What makes a class as "Thread safe class" ? 2. equals() method uses 3. Difference between String vs StringBuffer ?
There are three ways to construct thread-safe Java class which has some state: 1. Make it truly immutable 2.Make field volatile. 3.Use a synchronized block
Saurav
Which book is good for groovy and grails
Hi, The Best Book I suggest is "Beginning Groovy and Grails: From Novice to Professional"
Sumit S.
What are the advanced features of EJB3.1?
1. Support for direct use of EJBs in the servlet container, including simplified packaging options. The current thought is to allow EJBs in the WEB-INF/classes directory while allowing ejb-jar.xml to reside...
Arunava Chatterjee
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

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

Ask a Question

Related Lessons

Why We Should Go With Java?
Java is widely used in the Desktop application, web application, mobile development, games etc. Java is an object-oriented programming language. Its follow all the oops concept Like Object, Class,...
B

Bhupendra Patidar

0 0
0

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 Advantages
In this video, learn about Java and its advantages. Also, check out the difference between Java and C++, Java development kit, Java Run Time Environment (JRE) with a proper demonstration program for better clarity.

Android : Support multiple themes in an android application
If you are developing a theme based application to enhance user experience, then following steps needs to follow.We are taking example of an android application having 2 themes white and black.Step 1:Define...

Java 8 Predicates
In the previous lession, we have learnt how to use filters and collectors. In filter we have passed the condition to evaluate whether the object is eligible to be filtered or not. Code given below for...

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