• 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

Request for JSP Samples

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new in JSP programming, and I try to prepare my first program recently.

I want to write a JSP+javabean program which includes data files, input and maintenance screen, some selection criteria for inquiry screen, one report printout.
Although I have some JSP reference books, I still meet a lot of difficult.

So, if who have simple JSP applications with similar function, please e-mail to me (raylaw@ctimail3.com) and give me as reference, thanks your support in advance.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're welcome to try any of the samples at http://simple.souther.us
There are no explanations but I've tried to keep the code as simple as possible.
 
Ray Law
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you tell me the procedure how to make this WAR file ?
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ray Law:
Could you tell me the procedure how to make this WAR file ?



You can use jar utility supplied with jdk specify the output file with whatever extension you want (.ear, .war or .jar).

You can use Apache ANT.

Note: war is actually a jar file with .war extension and so is .ear.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic