|
|
|
| You are here : HOME > Java Server Pages |
 |
 |
The Definitive Java Server Pages (JSP) Workshop
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
This courseware is designed for a 5-day class and introduces Java Server Pages (JSP) and Servlet technologies used in Java-based server side internet development. The book is perfect for Software developers and managers with a keen interest in developing Web applications that use JSP. Some experience with HTML and Java is recommended; however, the first several lessons covers these introductory topics. The course examines the JSP architecture including JSP-specific tags. The underlying Servlet architecture is examined thoroughly. Each lesson provides thoughtful and thorough lecture details and include many hands-on examples and exercises. Use either for instructor led training or a self guided tutorial. Key learning objectives provided by this courseware include: a.. Using JSP to generate HTML pages dynamically b.. Implementing JavaBeans and Servlet-centric designs c.. Learning how to separate presentation from business logic d.. Designing custom tags e.. Integrating the JDBC API into JSPs and Servlets
Customer Review :
No review yet |
 |
Das Einsteigerseminar. Java Server Pages.
Price : $40.48
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Java Server Programming for Professionals, Revised & Enlarged 2nd Edition (Covers Java Ee 5) (Book/Cd-Rom), 1, 612 Pages
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Desenvolvendo na Web com Java Server Pages
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
![Web Development With Java Server Pages A Practical Guide to Designing & Building Dynamic Web Services With Jsp 2ND EDITION [PB,2001]](/images/no-image-medium.gif) |
Web Development With Java Server Pages A Practical Guide to Designing & Building Dynamic Web Services With Jsp 2ND EDITION [PB,2001]
Price : $115.17
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 [Next] [Last]
|
|
Questions & Answers
Question : running java server pages (.jsp) on wamp?
I want to test my own scripts to make the best online game with JSP and make the best javascript site ever. does anyone know how to configure wamp to run JSP so I can make my own game and everything?if I can't run jsp on wamp, is there any way of running jsp on a web server? I have a web server but can't run jsp on there. I need to find out how to run the god dang jsp.
Answer:
You can't run JSP on WAMP (without massive changes) use TomCat or Glassfish. Java is to JavaScript as Car is to Carpet. That is to say, that they aren't similar or even kind of the same thing.Tomcat and Glassfish are the two prominent jsp "servlet containers"
|
Question : In a nutshell, what are java server pages ?
In a nutshell, what are java server pages ?
Answer:
See link...
|
Question : where i can get a link for downloading sample web application on java server pages technology?
where i can get a link for downloading sample web application on java server pages technology
Answer:
Wikipedia has a great page that describes Java Server Pages as well as provides an example. You can follow the links at the bottom of the page to free resources for JSP development:http://en.wikipedia.org/wiki/Java_Server_Pages
|
Question : I need to do one project in latest web technologies using database , java server pages , servelets extra..?
can any one suggest me some good ideas and also some good technologies to work !!
Answer:
You can start with a simple phonebook application and then start building on it.JSP + Struts for Front-endEJB + JDBC - Middle TierMYSQL for the databaseWSAD and Websphere server as a tool(3 months free trial)
|
Question : I know Java and PHP should I learn JSP? (Java Server Pages)?
Question says most of it, also which is harder, faster, and more scalable, PHP or JSP and why?Thanks.
Answer:
JSP is probably easier to MAINTAIN in the long term simply because PHP allows you to do some really hairy things ... which you will inevitably do.At least with JSP, it will be obvious you are doing hairy things - and you're more likely to put comments saying "This is a hairy thing"...If you know Java, it shouldn't be a biggie anyways.
|
Question : Bebo, and Java server pages...!!?
I know that this is going to be a big task, and a lot of work, but im oki with that.I want to learn java so i can create java server pages. and maybe create my own version of bebo, (on a much smaller scale though)Withought apps, whiteboards and stuff. (only friends and comments and photos)i know bebo is made using .jsp pages, but is that all i would have to learn to make a social networking site similar.( would uploading photos and stuff be jsp too ??)i would apreciate it if your answers are actually aimed at the question.Also ( i know some actionscript 2.0 ) so java would be a litle bit familiar
Answer:
First, actionscript is similar to JavaScript, and is quite different from Java.However, yes, you can anything you like with JSP - they're web pages and you can make them as complex and as simple as you like. A good JSP technology to use is JSF (JavaServer Faces) since this allows you to include components and has a simple data-binding model. For uploading files and pictures, use the Apache commons-fileupload library (http://commons.apache.org/fileupload/).
|
Question : explain the Java Server Pages(JSP) Life cycle simply?
explain the Java Server Pages(JSP) Life cycle simply?
Answer:
The best resource (outside of Sun) for your query is answered by a diagram at:http://www.javaranch.com/journal/200510/Journal200510.jspScroll to the middle of the page, and under the heading "The Life and Times of a JSP", you will see an excellent explanation in simple terms and a diagram.
|
Question : I want to learn java server pages ? what is prerequisite ?
jsp ,java
Answer:
HTML definately...how HTTP handles HTML forms is important.JSPs are also translated (on first run) to servlets, so it's good to be at least a little familiar with these.Of course, SQL and Databases will come into play, but you won't necessarily need them depending on what you're doing.
|
Question : Can anyone help me find the following info on Java Server Pages?
ok, i'm doing java at uni right now, and i'm quite enjoying it, however i wanted to do some web work. And i figure instead of learning a new language like php, i might be able to simply use the Java Server Pages.I just wanted to know a few things about them however. Might as well list the info i'm looking for and see what info i can get. Anyway.1: How fast / efficient are the JSPs? (in relative comparison to other languages)2: How easy to create JSP's would you say it is in comparison to a normal java program, or a normal php based site.3: How good / useful is the JDBC thing and on a similar note, which databases can that be used to connect to.4: General overall thoughts on JSP's.5: Are there any setups / OS's etc that might run JSP's better then others? (eg have optimisations for them)
Answer:
1. It sucks ass2. simplicity is about the same3. It functions you can connect to pretty much any RDMS with jsp.4. It blows. JSP's are too slow. 5. Your hardware would make a bigger difference than your software. Typically a web server should have a fairly minimal os with out a lot of crap on it, so i would recommend unix, linux or bsd. But you can really use any OS. The better the hardware, the better the performance.
|
Question : Compare and contrast Java Server Pages, Servlets and Remote Method?
I dont know if ou can help me with this i'm going some revision. Need help.My QuestionCompare and contrast Java Server Pages, Servlets and Remote MethodInvocation with respect to developing distributed applications. Explainwhere those technologies are most applicable.Thanks
Answer:
Java Server Pages and Servlets are really the same thing. These are useful for distributed applications in that they can be used to create web-applications. A servlet container is needed for deployment of JSP/Servlets. The servlet container would compile the JSP into a servlet. JSP is used more for presentation the view in an MVC, whilst Servlets are used mostly as the Controller in the MVC. The web-app nature of these means that generally only a web broswer would be needed on the client side and a Servlet Container and JVM are needed on the server side.Remote Method Invocation is a technology that allows calls between different JVMs, they are useful for distributed applications where an object on a server is needed by a client side application. Two applications are needed on both the client and server side and both of these need their own JVM.
|
Powered by Yahoo! Answers
|
|