|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Java Servlet Problem :(
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
New to Overclock.net
|
We currently have a working JSP script that can add and average integers, now our professor wants us to make the same script but using a different language, she wants us to program it using "java servlet". Our script is currently posted at http://www.patrickmagpantay.com/wishlist.html . Please help us
__________________![]()
|
|||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||
|
4.0 GHz
|
When a jsp is compiled, it is compiled into a servlet. The easy way without doing any work would be to find the .java file generated by the servlet container you are using. This requires finding the configuration settings to enable keeping source files generated by the container. Look up servlets and find the methods that comprise their life cycle and plug code from the jsp into a servlet skeleton.
__________________
|
||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|