|
|
|
| You are here : HOME > Java Server Pages |
 |
 |
Core Servlets und Java Server Pages
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Go To Java Server Pages .
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Core Servlets und Java Server Pages.
Price : $57.93
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
|
|
Questions & Answers
Question : compare between Servlets and Java Server Pages in relative advantages and disadvantages?
Compare and contrast the use of Java Servlets and Java Server Pages in relative advantages and disadvantages of these two technologies.
Answer:
They are practically the same thing. JSP:provides a simpler way to output static html. easily use tag libraries
|
Question : In a nutshell, what are java server pages ?
In a nutshell, what are java server pages ?
Answer:
See link...
|
Question : What is the difference between java server pages and .net?
I know one is open source and one is microsoft, however what I'm trying to establish is whether they are comparable technologies?I.e. with .jsp you can create dynamic web pages...is .net the microsoft version of doing exactly the same thing?Any details would be appreciated
Answer:
I know one is open source and one is microsoft, however what I'm trying to establish is whether they are comparable technologies?I.e. with .jsp you can create dynamic web pages...is .net the microsoft version of doing exactly the same thing?Any details would be appreciated
|
Question : In Java server pages,what is used to create objects from a class?
In Java server pages,what is used to create objects from a class?
Answer:
welll, this is that you can do:<%@ page import="package.of.your.objects"%><% YourObject yObj = new YourObject(); out.write("this print something of thew object: " + yObj.getSomeAttr());%>Bye and GoodLuck!!!!!
|
Question : I’m a beginner on programming with Java Server Pages, could you recommend me some web sites?
I’m a beginner on programming with Java Server Pages, could you recommend me some web sites?
Answer:
Check these URLs :http://java.sun.com/developer/onlineTraining/JSPIntro/contents.htmlhttp://www.apl.jhu.edu/%7Ehall/j ava/Servlet-Tutorial/http://www.freeprogrammingresources.com/jsp.html (MAIN URL)
|
Question : What software would I use to create Java Server Pages?
Eclipse? Aptana? Netbeans?Those are the only three I heard of for Java...any of these have a built in server?If I am supposed to use Aptana, I thought I read a way that you can have it as a plug in for Eclipse...but I think I did something wrong cuz I cannotfind any sort of plug in related thing on my Eclipse EE. Does it have to be in classic?
Answer:
nope I'm using the Aptana plugin for eclipse. goto Aptana and get the link for the eclipse plugin.http://update.aptana.com/update/studio/3.4/but Aptana won't help you with Java but the Eclipse IDE will look through their pluginsAptana only supports PHP, Jaxer, Ruby on Rails, and Python.
|
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 : 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 : 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 : 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
|
|