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 09-28-2010, 02:16 AM   PM User | #1
adarshakb
Regular Coder

 
adarshakb's Avatar
 
Join Date: Jun 2009
Location: Silicon valley of india
Posts: 247
Thanks: 11
Thanked 1 Time in 1 Post
adarshakb has a little shameless behaviour in the past
Help me get clarified what to do pls

Hi there,
I am new to JSP but know basics of Java programing. And my requirement is to develop a simple database driven website with good security features like SSL and to accomplished this i need to use a java based serverside lang. Now obviously i have to learn/use JSP. But i have some doubts with the terminologies/jorgons/what ever it is.

1. Should i bother to learn servelets.
2. Some say i need to.... can some one giveme a real life example in a website
3. What the heck is J2EE and do i need to know about it. I mean where is it applied in real website.... again an example of its use would be great
4. I Plan to build a java based swing interface for admin as a later part of my learning.... so what should i learn. I know how to use java swing library in normal java programs... have made a simple calc with GUI in java. But what should i learn to connect a database etc.... simple some extra coding or entire new java technology(and what is it?)


Thanks a lot for any reply
__________________
Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.

Albert Einstein
-----------------------------------------------------
My Blog songs
adarshakb is offline   Reply With Quote
Old 09-28-2010, 06:32 PM   PM User | #2
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
1. Should i bother to learn servelets.
2. Some say i need to.... can some one giveme a real life example in a website
Yes learn servlets. EVERYTHING in java web development is based off of servlets. JSPs themselves compile to servlets. I don't use servlets for front-end code, but I use them extensively for transparent services such as file serving.

3. What the heck is J2EE and do i need to know about it. I mean where is it applied in real website.... again an example of its use would be great
J2EE is the name given to the collection of high level web technologies in Java. It includes some networking libraries, the Servlet API among other things.

4. I Plan to build a java based swing interface for admin as a later part of my learning.... so what should i learn. I know how to use java swing library in normal java programs... have made a simple calc with GUI in java. But what should i learn to connect a database etc.... simple some extra coding or entire new java technology(and what is it?)
JDBC is the standard java API for connecting to databases. There are a number of frameworks that you can use such as Hibernate, but learn JDBC first.
brad211987 is offline   Reply With Quote
Old 10-08-2010, 08:07 AM   PM User | #3
sujithpr
New Coder

 
Join Date: Aug 2009
Location: Cochin,India
Posts: 39
Thanks: 2
Thanked 1 Time in 1 Post
sujithpr is an unknown quantity at this point
You need to study Servlet because it is the basic thing in J2ee.
See this tutorial

http://www.tutorialized.com/view/tut...Servlets/55491
sujithpr is offline   Reply With Quote
Reply

Bookmarks

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 09:20 AM.


Advertisement
Log in to turn off these ads.