Re: to open new window of JSP on the applet



Will give syntax for getting jsp page on applet.

For that your applet needs to be able to parse and render the HTML that
you get from the server. If you are fetching a JSP *as is*, you will
get the whole JSP source code. If you are accessing it via an
application server (protocol://server:port/resource), you will get a
processed JSP (HTML code) and the applet/receiver need to be able to
parse it - pretty much like a mini browser. Hope this helps.

-cheers,
Manish

.



Relevant Pages

  • Re: to open new window of JSP on the applet
    ... Manish Pandit wrote: ... For that your applet needs to be able to parse and render the HTML that ... processed JSP (HTML code) and the applet/receiver need to be able to ... parse it - pretty much like a mini browser. ...
    (comp.lang.java.help)
  • Re: =?iso-8859-1?Q?Kompatibilit=E4t?= von Konzepten von PHP zu Java
    ... Reine Servlets sind nicht so prickelnd. ... JSP sagen mir wenig zu, genau wie bei PHP ein Gemisch ... aus PHP und HTML. ...
    (de.comp.lang.java)
  • Re: JSP, Servlets & AJAX username validation, Image verification
    ... It's got scriptlet in the JSP and HTML in the Java source code. ... Most DB connection pools do not require the code to explicitly know of the pooled nature of the connections, but just have the connection call its closemethod. ...
    (comp.lang.java.programmer)
  • Re: How to open the jsp pages by click on the APPLET
    ... I want to know is there is any way to open the new window of jsp ... By this i get only html tags nothing beyond that.That is not my ... requirement.Will give syntax for getting jsp page on applet. ... only load URLs from the same server as the containing page ...
    (comp.lang.java.advocacy)
  • Re: Netbeans File Organization - Web Project
    ... I'm spending way more time in .jsp ... copies of all of my .jsp, html and css files. ... That is the deployment folder. ...
    (comp.lang.java.programmer)