Re: Fwd: Re: Java/Linux at JavaOne

2001-05-31 Thread Christopher Smith
On 31 May 2001 16:09:38 -0700, David Brownell wrote: > I may have missed this ... will this be covering GCJ? > > Compiled Java has some nice advantages. Including > more natural and efficient integration with native code, > as well as faster startup and the ability to do some > aggressive ahead-

Re: Fwd: Re: Java/Linux at JavaOne

2001-05-31 Thread David Brownell
I may have missed this ... will this be covering GCJ? Compiled Java has some nice advantages. Including more natural and efficient integration with native code, as well as faster startup and the ability to do some aggressive ahead-of-time optimizations, and working better with standard OS tools

Re: Fwd: Re: Java/Linux at JavaOne

2001-05-31 Thread ed phillips
Christopher Smith wrote: > On 31 May 2001 10:58:08 -0700, ed phillips wrote: > > Thanks for providing this pre-session back and forth. Although I'm excited by > > Probably the only way I can get people to show up for 8:30am (someone at > KeyMedia obviously doesn't like me). > > > the prospects a

Re: Fwd: Re: Java/Linux at JavaOne

2001-05-31 Thread ed phillips
Christopher Smith wrote: > On 31 May 2001 06:45:08 +1000, Jesus M. Salvo Jr. wrote: > > > 4) Use JNI to use Linux's various asynch I/O API's. > > Option 4) is how BEA WebLogic Server does it, ( I think ). They have this > > libmuxer.so ( which is also available for Solaris -- dont know why when J

port that works with iPAQ familiar v0.4

2001-05-31 Thread Thomas Enderes
Hi, when I tried to run the jre_v2_arm15a it gave me a not found for called libXp.so. Has anyone recompiled it already ? Thanks, Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Re: Java/Linux at JavaOne

2001-05-31 Thread Thomas Enderes
Hi, will there be anyone involved with the ARM / iPAQ ports around at the JavaOne ? Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [Familiar] Blackdown for 0.4

2001-05-31 Thread Thomas Enderes
Thanks, now I have configured the familiar distribution to use the old Xfree. Now the Blackdown port works for the biggest part: I can start my Java application, buttons work, but I can not enter text, neither with scribble nor with the virtual keyboard (works fine for non-java apps). I could no

Re: CSS file and Servlet

2001-05-31 Thread Luca Aurel
Have you tried and it didn't work ? I'm using .css in JSPs without any problem (and JSPs are converted into servlets, so ...) Just use it as you'd normally use them in plain HTML. I mean, like this: PrintWriter out=response.getWriter(); // print HTML tags (, , etc...) out.println(""); , where

Re: Session en Tomcat

2001-05-31 Thread Diego Pons
> Rajendra Kumar Komandur wrote: > > Please Send Mails in Engilsh You too :-) -- Diego Pons Pharos Consulting LLC [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: CSS file and Servlet

2001-05-31 Thread Nathan Meyers
Messias wrote: > Hi all, > I'd like to know if it's possible to use .css file with servlets and if > it's, how can I do it ? > TIA, > Messias A .css is (usually) just a file. Your servlet engine needs to be configured to serve up files, and you need to place the .css somewhere the servlet engine

method ValueUnBound

2001-05-31 Thread Pablo Trujillo
When I create a session I add several elemetos to it, those which access from different classes, however when I close the session and the method ValueUnBound is executed I can not access to these elements. Why?. - Click here for Free Video!! htt

CSS file and Servlet

2001-05-31 Thread Messias
filename="text1.rtf"

Re: Session en Tomcat

2001-05-31 Thread Diego Pons
Pablo Trujillo wrote: > > Buenos días amigos, > Estoy necesitando su ayuda con respecta a Java y en particular con las > Servlet. > Necesito información sobre como trabajan las servlet con las sesiones, > necesito saber como se asigna el Id para cada sesión y donde se almacenan > las cookies que

RE: Session en Tomcat

2001-05-31 Thread Rajendra Kumar Komandur
Title: RE: Session en Tomcat Please Send Mails in Engilsh Komandur Rajendra Kumar Sr.Software Engineer Silverline Wireless Practice > Phone: 3240189 Extn. 4621 > HotLine 732-362-5828 -Original Message- From: Pablo Trujillo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 5:

Servlet Source

2001-05-31 Thread Pablo Trujillo
Otra vez yo, Alguien conoce donde se puede encontrar el codigo (.java) de la librería Servlet.jar - Click here for Free Video!! http://www.gohip.com/free_video/ -- To UNSUBSCR

Session en Tomcat

2001-05-31 Thread Pablo Trujillo
Buenos días amigos, Estoy necesitando su ayuda con respecta a Java y en particular con las Servlet. Necesito información sobre como trabajan las servlet con las sesiones, necesito saber como se asigna el Id para cada sesión y donde se almacenan las cookies que contienen esta información en la máqu

Re: Fwd: Re: Java/Linux at JavaOne

2001-05-31 Thread Jesus M. Salvo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 31 May 2001 08:24, Christopher Smith wrote: > On 31 May 2001 06:45:08 +1000, Jesus M. Salvo Jr. wrote: > > > 4) Use JNI to use Linux's various asynch I/O API's. > > > > Option 4) is how BEA WebLogic Server does it, ( I think ). They have this

Re: JMF external MIDI support?

2001-05-31 Thread Matthias Pfisterer
Hi, this is a mailing list about Java Sound. There is also a mailing list about JMF. Nevertheless, you asked on the right list. JS can be considered part of JMF, or not. JMF can work without JS, but if you use the "performance pack" version, JS is included (and used). JS is also part of the jdk,