• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Big ol' Cattle Drive congrats to Kate Head

 
whippersnapper
Posts: 1843
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for completing the OOP assignments! Have fun with servlets!
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Way to go, Kate.
When we get to town, you get the first bath!!
Craig
 
Sheriff
Posts: 4012
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yooohoooo! Congrats Kate
 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Happy Moose Day to you, Kate.
I bet you will have all the fun with those elusive Servlets!
 
village idiot
Posts: 1208
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now the real fun begins!
Way to go, Kate!

P.S. I sent you a private message. It's just a bunch of questions about what the exam was like. I've never sent a private message before, so I'm not sure how you're supposed to know you have one, but I think you can retreive it by going to your profile and checking there.
Once again, congrats on the growing moose collection.
 
Chicken Farmer ()
Posts: 1932
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Kate
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh wow everyone - it's only my second moose. I'm all embarrassed! :roll:
I have had a go at servlets before (I've got to move the site to one of my own, but at the moment it should be at http://tech-valley.co.uk/khead - you have to click "Register" (and fill in the form (stored in an Oracle database) to get into the system...) And just after I started developing it, the op system changed from using Allaire JRun to Apache Tomcat - how many systems are there out there (as Javaranch uses Orion)?
Anyway many thanks for your good wishes - I'm probably going to need them!!
All the best,
Kate!!
[ February 10, 2004: Message edited by: Kate Head ]
 
jason adam
Chicken Farmer ()
Posts: 1932
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a whole bunch of web servers out there. Tomcat, Resin, Orion, JRun... then you have application servers that also serve up JSP's and servlets, like BEA Weblogic, Oracle 9i, Websphere, JBoss. Some of those actually use Tomcat or some other web server within the application server, some have their own. All sorts of servers out there. That's why it is REALLY important to make your web applications portable, and not dependent on one specific implementation. Luckily, Java makes it easy for you to do this
reply
    Bookmark Topic Watch Topic
  • New Topic