Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-02-2010, 03:32 AM   PM User | #1
KnightMax
New to the CF scene

 
Join Date: May 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
KnightMax is an unknown quantity at this point
Question Web Programming with Java

Hi Friends ,

I am a new to the world of advance Java. I Know programming with core Java. Now i am a PHP web Developer. Few days before i planed to try web development with Java programming language. But i was left with many questions ?

1. I find many things like Jsp , Servelets , Hibernate , Swings , EJB , Ruby on rail .... & so on. i am totally confused of all this terms.
2. I what order do i need to learn them..... What is the hierarchy ?
2. Which has a greater value in career point of view ?

Please enlighten me regarding this .....

Thank you :

Last edited by KnightMax; 05-02-2010 at 03:36 AM.. Reason: Post heading was No proper
KnightMax is offline   Reply With Quote
Old 05-05-2010, 08:17 AM   PM User | #2
servlet
Regular Coder

 
Join Date: Jan 2009
Location: india
Posts: 145
Thanks: 0
Thanked 5 Times in 5 Posts
servlet is an unknown quantity at this point
When starting with Java web development, the first thing to learn is
Servlet API, it is the core of java web development, unless you understand this.. you can not effectively work on java web apps. Next thing to learn is JSP.
Its just like php, its based on Servlet API.

- Once you are comfortable with Servlet/JSP, learn a good MVC framework, I will recommend Spring MVC

- The next this is to learn an ORM tool, Hibernate/JPA.. however this is not absolutely required, you can you raw JDBC API as well.

- EJB isn't for just web development, its for middile tire, Once you learn above thing, you will have idea of what do I mean by 'middle tier'

- You do not need to learn Swing or Ruby on Rail, Swing is for desktop applications, not web apps, Ruby on rail is not java, its a totally different language/framework

- Here are some gud resource to start with

- Servlet tutorials
- JSP tutorials
- Spring MVC Step by step
servlet is offline   Reply With Quote
Old 05-07-2010, 01:26 PM   PM User | #3
brad211987
Regular Coder

 
brad211987's Avatar
 
Join Date: Sep 2005
Location: Ohio
Posts: 631
Thanks: 10
Thanked 50 Times in 50 Posts
brad211987 is an unknown quantity at this point
servlet covered the development frameworks well but I wanted to add that you will also need to become familiar with Java based application servers and servlet containers.

Some that come to mind:

Tomcat
Glassfish
JBoss
Jetty

By no means do you need to be familiar with all of these (and there are plenty more out there). They all mostly work in similar fashion, but you will need at least one in order to develop/test/host any Java web application that relies on underlying servlet technology.
brad211987 is offline   Reply With Quote
Reply

Bookmarks

Tags
hibernate, jsp, ruby on rail, servelets, swings

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:12 PM.


Advertisement
Log in to turn off these ads.