Nube question - Curent SDK

From: WEC (WECullen_at_comcast.net)
Date: 06/27/04


Date: Sun, 27 Jun 2004 01:52:06 -0500

Can anny one tell me 2 thingss

1) what is the curent SDK for java 2?
2) what is with the request for the password?

WEC



Relevant Pages

  • Re: jsp client for axis2 webservice
    ... Read the Java EE tutorial on the Sun web site. ... to call logic from a JSP. ... all the JSP does is POST an HTTP request to the application ... calling one of the stub methods that you have. ...
    (comp.lang.java.programmer)
  • making Lisp faster by giving it 40 more bits (was: Wasting Time)
    ... > My expectation was for larger values from waste-time. ... > is comparable to bignum assignment rather than to the bignum compare. ... > thread per request is the better model. ... If you try this in Java you will get an execution speed which is 50-80 ...
    (comp.lang.lisp)
  • Re: Connecting to Analysis Services with Java XML
    ... Most likely your element isn't in the correct namespace. ... Compare your Java request to the VB request and see the difference... ... public static void main(String[] args) throws Exception { ...
    (microsoft.public.data.xmlanalysis)
  • Re: jsp client for axis2 webservice
    ... Read the Java EE tutorial on the Sun web site. ... It talks generally about how to call logic from a JSP. ... A servlet on the app server receives the request, parses out the request parameters, and passes them along to an instance of a regular Java class, usually a Bean. ... That object in turn will perform some processing, say, calling one of the stub methods that you have. ...
    (comp.lang.java.programmer)
  • Re: Servlet To Java Application Communication
    ... I would like to write a Java servlet that it will be able to ... way to communicate with a servlet. ... probably know you should encode the request XML in the body part of a POST ... and expect the response XML in the response content. ...
    (comp.lang.java.databases)