Java EE for a .NET developer -


I'm always a .NET developer. I've created some swing applications in the past and I handle Java language very well But I do not have much knowledge of any other related technologies for JavaEE or enterprise application development.

1) What are the technologies relevant to entreprise development in Java?

2) What are the best places online for them to know?

3) Is there any online repository of information for Java MSDN Library?

4) Which development tool is recommended for this technique?

Thanax

What are the relevant technologies for entreprise development in Java ?

Serlet / JSP is the most important I can say. This is part of Java EE Spec and the Java Web Framework is the basis for 99%. The second is the Spring Framework, which should be "almost"

The best places to know them are online?

Writing code, of course.

Is there any online store of information for Java like MSDN Library?

There and others.

Which development tool is recommended for this technique?

An IDE is the most important thing to originally choose from: Eclipse (Free; Most Popular), Intelligence IDEA (Commercial, My Personal Favorites) and Netbeans (Free).


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -