Thread: Java Web Server
View Single Post
  #3 (permalink)  
Old 07-07-2009, 07:34 PM
Json's Avatar
Json Json is offline
Super Moderator
 

Join Date: Jul 2009
Location: Manchester, United Kingdom
Posts: 1,157
Thanks: 54
Thanked 136 Times in 132 Posts
Json will become famous soon enoughJson will become famous soon enoughJson will become famous soon enough

I'm feeling Happy
Default Re: Java Web Server

I think he is actually writing a web server/servlet container.

You could try using reflection to create the servlet etc. Just look in the web.xml for the servlet definition and grab the class.

Use reflection to create an instance of that object -> Trail: The Reflection API (The Java™ Tutorials)


// Json
Reply With Quote