Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating Servlets in IntelliJ IDEA 12 Ulimate

Can anybody explain to me how to create simple web project using IDEA 12 Ultimate, Tomcat 7 and servlet API, please?
I couldn't find any tutorials for this :(

Thank you.

like image 902
Viacheslau P Avatar asked Apr 23 '13 18:04

Viacheslau P


People also ask

Can we use servlet in IntelliJ?

IntelliJ IDEA provides the facilities to configure, remove, and edit Servlet elements using the IntelliJ IDEA editor.

Can I use JSP in IntelliJ?

Hi all, I am new to java and intellij, so i downloaded the student version and lunch java web page application the index. jsp worked fine after adding some html elements to it.

How do I create a web service client in IntelliJ?

Develop Web services client applicationsCreate a Java module and enable support of the desired Web services client in it. Generate the client-side XML-Java binding. Modify the generated code to have the client properly initialized.


1 Answers

Check out these resources:

Also IntelliJ IDEA wiki page has a lot of examples and tutorials with pictures.


P.S.

As I see you are from Belarus, so chances are you understand Russian. Here is a video tutorial in Russian:

Видеоурок IntelliJ IDEA Tomcat JSP Servlets

like image 126
informatik01 Avatar answered Sep 18 '22 14:09

informatik01