• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

create JSP in IDE.

 
Ranch Hand
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

Since i am a beginner so i am
not much familiar with JSP's
since i am in an organisation so i may need
to work in IDE Dreamweaver in order
to create HTML and JSP...........
but i am not getting from where
i must start exactly after installing dreamweaver
i wil write code for small JSP code
but how will i run it and verify

how will i become familiar with
actual design of a webpage .?

any small programs for JSP so that i can learn.....
if somone can provide links it will be kinda of you......


thanks in advance...........

regards
Dhwani.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

i suggest you to use eclipse or netbeans as IDE. they are more help full in writing a jsp or other java classes
 
dhwani mathur
Ranch Hand
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ankur

i appreciate your advice but i have been
working in an organisation where i have been said
to work in Dreamweaver IDE in order
to create JSP so i cant help.Any help on my
doubts in my first post it will be great.


Thanks in advance.

Dhwani:>Its always too soon to quit.
 
Ranch Hand
Posts: 119
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To run the JSP pages you need to install a web container, for instance you can use Tomcat.
 
reply
    Bookmark Topic Watch Topic
  • New Topic