Jump to content
xisto Community
nonon

New To Jsp.can Anyone Point Me The Light ?

Recommended Posts

Hi,

I am a beginner like you in Jsp ... but not in Java !

To find examples and tutorials, there are two ways, I advice to you to :

- pass by forums and search engines like Google !

- go to the Official Sun Web site

In all case, you need a Jsp editor, I am currently using Dreamweaver MX (not free :( ) !

And when I develop JavaBeans, I use Eclipse (free :( ) !

Share this post


Link to post
Share on other sites

well there are many many many sites....
the best thing to do is to google if you have a specific question (but i suppose you knew that
already *g*). suns official site is really good, but might also check out other sites:

http://www.jsptut.com/

/home/wp_zfnm5k/codango.com/wp-content/themes/dotkwik/dotkwik/styles/_ie/kill_ie6/ie6.html

I can especially recommend the sun specs of jsps and servlets. most tutorials unfortunately won't be able to cover
all your questions...

Share this post


Link to post
Share on other sites

Hi,

I am a beginner like you in Jsp ... but not in Java !

To find examples and tutorials, there are two ways, I advice to you to :

- pass by forums and search engines like Google !

- go to the Official Sun Web site

In all case, you need a Jsp editor, I am currently using Dreamweaver MX (not free :D ) !

And when I develop JavaBeans, I use Eclipse (free :D ) !

<{POST_SNAPBACK}>

Use PHP! JSP is used by friendster.com before that's why their service is slow... now they use PHP... PHP is the most friendliest programming language ever! :D

Share this post


Link to post
Share on other sites

I suppose you trying the simple html editor.Coding it without any ide. for me i do it with Dreamweaver MX. But i still code myself.I try servlet with Note Pad. :D Good Luck Friend!.

Share this post


Link to post
Share on other sites

Hi,

I am a beginner like you in Jsp ... but not in Java !

To find examples and tutorials, there are two ways, I advice to you to :

- pass by forums and search engines like Google !

- go to the Official Sun Web site

In all case, you need a Jsp editor, I am currently using Dreamweaver MX (not free :D ) !

And when I develop JavaBeans, I use Eclipse (free :D ) !

<{POST_SNAPBACK}>

re: Dreamweaver... I find that Dreamweaver adds confusion. I like using WYSIWYGs. https://www.texpad.com/ is good. It's a good habbit to know all the code.

Share this post


Link to post
Share on other sites

JSP is a combination of HTML and Java. I suppose you are professional to HTML and new to Java. Of course you may not. To start with JSP, actually you need learn Java first.

 

1 you can read these topics in Java Tutorial

http://docs.oracle.com/javase/tutorial/index.html

Getting Started

Learning the Java Language

Essential Java Classes

Collections

JavaBeans

JDBC Database Access

 

These are enough for you to start JSP.

 

2 JSP is based on servlet, actually JSP is translated to SERVLET before it is executed. Of course, learn servlet is not a must to start JSP. Just let you know their relationship. Here is a good place to start.

http://www.jguru.com/

 

Then you can code JSP, but you can code does not mean you know how to code correctly. The following help you understand JavaServer Pages Model 2 architecture

http://www.javaworld.com/

 

3 Then you try to install Tomcat and try to run

http://www.javaworld.com/

To know how to deploy your application.

 

A long term work. :-)

 

Hi, i'm going to start learning JSP from zero. Can anyone send some good tutorial links ? what are the best ide's? can i use JSP in here?how?

32044[/snapback]

Share this post


Link to post
Share on other sites

Here is a very good link for beginner: http://forums.xisto.com/no_longer_exists/ I myself started to learn JSP/Servlet from this site, not from Sun. Try this link: http://forums.xisto.com/no_longer_exists/ After few hours reading this site, I started to write JSP/Servlet for Windchill/Intralink Gateway (if you want to know about Windchill and Intralink, see http://www.ptc.com/)or search the Web for it. In the year of 2002, Windchill got the Award of The World's second best Enterprise Software Architecture (After Matrix One). But I doubt if it ever get any high award any more, because many good senior developers have left PTC, including me ...he ...he ... About Sun JSP/Servlet tutorials, I think that they have samples to illustrate the technical points well, but their samples were poor designed, and violate certain principles of OOP and Design Patterns. One of the worst samples is the Mail Application using JSP/ Servlet. I have a much better one, using MVC design pattern model 2, Java Bean, Data Transfer Object pattern, and you can see the demo at: http://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites

I want to thank all u guys for your replies, i've away from this forums, now its the real start and i must say that u all have given me quite a hand :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.