comp.lang.java.programmer http://groups-beta.google.com/group/comp.lang.java.programmer [EMAIL PROTECTED]
Today's topics: * session id is determined by the cookie? - 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/2a2b9a17b4d01adc * database access - PreparedStatement - DebuggableStatement - 1 messages, 1 author http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/61b32931886071f9 * Microsoft and Sun JVM ? - 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/dbdadd7a3dd948a4 ============================================================================== TOPIC: session id is determined by the cookie? http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/2a2b9a17b4d01adc ============================================================================== == 1 of 2 == Date: Sat, Jan 1 2005 2:05 am From: Sudsy newB wrote: > 1) no, that's wrong. everything would be saved to ur pc. just like a > cookie > > 2) session is saved to local pc as the cookies I'm afraid that it's you who's wrong. Some clients don't accept cookies so there has to be an alternate way of maintaining session state. It's typically achieved through the use of "URL rewriting". I suggest that you refer to the applicable documentation. == 2 of 2 == Date: Fri, Dec 31 2004 11:25 pm From: "R. Rajesh Jeba Anbiah" newB wrote: > 1) no, that's wrong. everything would be saved to ur pc. just like a > cookie > > 2) session is saved to local pc as the cookies No and no. http://in2.php.net/session -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ ============================================================================== TOPIC: database access - PreparedStatement - DebuggableStatement http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/61b32931886071f9 ============================================================================== == 1 of 1 == Date: Sat, Jan 1 2005 2:16 am From: Sudsy Rico wrote: > On Sat, 01 Jan 2005 03:48:52 +0100, anonymous wrote: <snip> >>After that, use a real database and a real OS ;-) > > > Would you suggest Sybase? > If not for the requirements of my real job, I would be using a real OS. Database selection is tricky! You have to balance a number of issues in order to arrive at a short list of RDBMSs which meet your criteria. I'd be loathe to recommend a particular implementation without knowing more details. Sybase (or Informix, or...) might fit the bill or might not. Then again, I've never had a problem recommending DB/2 or Oracle. The only issue there is $$. But that's the same as the situation in other areas. Many solutions can be developed using just Apache and Tomcat. They're free and do a super job. When you need to step up to a "fully fledged" J2EE server then you should expect to spend some serious coin. ============================================================================== TOPIC: Microsoft and Sun JVM ? http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thread/dbdadd7a3dd948a4 ============================================================================== == 1 of 2 == Date: Sat, Jan 1 2005 2:34 am From: IchBin avp wrote: > hi there, > > sorry for cross-posting > > I am a newbie with Java programming here, I have written a simple applet > using Java SDK 1.4.2 now when i try to run this applet on other system > without sun's JVM impementation this does not run, i know that the Microsoft > JVM is suppose to be present on all the system except newer Windows XP, also > i have tested my applet on all the system using Sun JVM > 1.3 and it runs > > I am looking for some way for my applet to run using Microsoft JVM > > any suggestions ?? > > Lot's of luck... Sorry I can not be more instructive but MS VM's an unsupported version of sun's. MS would love to have Java users to have hard times because of their own implementation of c#. You would have to distribute your applet with Sun's 'Java Web Start' and this could download a JVM that is more Java compliment and current... Happy New Year... IchBin __________________________________________________________________________ 'The meeting of two personalities is like the contact of two chemical substances: if there is any reaction, both are transformed.' - Carl Gustav Jung, (1875-1961), psychiatrist and psychologist == 2 of 2 == Date: Sat, Jan 1 2005 12:09 am From: Andrew Thompson On Sat, 1 Jan 2005 12:26:05 -0800, avp wrote: > sorry for cross-posting Most people would prefer that you refrain from cross-posting, rather than do it and apologise. If you are apologising for something that has already happened *prevuisly* and is somehow connected with this thread, ignore the above. > I am a newbie with Java programming here, I have written a simple applet How simple? Swing/AWT? Code? ..URL? (you can link to the code even) > using Java SDK 1.4.2 now when i try to run this applet on other system > without sun's JVM impementation this does not run, .. Does it walk? Maybe it is just weary. To put that another, less sarcastic way.. <http://physci.org/codes/javafaq.jsp#exact> >..i know that the Microsoft > JVM is suppose to be present on all the system except newer Windows XP, The MSJVM was never installed in IE for the Mac. >..also > i have tested my applet on all the system using Sun JVM > 1.3 You cannot have tested on anything but Windows, by the sounds of it, so that is hardly 'all the system'.. >..and it runs > > I am looking for some way for my applet to run using Microsoft JVM > > any suggestions ?? 1) Find out if the code can run on Java 1.1 as is. (supply URL and link to short code) ... [ Note: F'Ups set to c.l.j.help only ] -- Andrew Thompson http://www.PhySci.org/codes/ Web & IT Help http://www.PhySci.org/ Open-source software suite http://www.1point1C.org/ Science & Technology http://www.LensEscapes.com/ Images that escape the mundane ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.java.programmer" group. To post to this group, send email to [EMAIL PROTECTED] or visit http://groups-beta.google.com/group/comp.lang.java.programmer To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.java.programmer/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
