AW: AW: AW: wicket on java server

2009-06-11 Thread Dorothée Giernoth
Thnx guys, I will look into this ... I'll also see whether jetty would work. 
Hopefully I can avoid it that we re-invent the wheel ... or maybe not *g*


-Ursprüngliche Nachricht-
Von: Luther Baker [mailto:lutherba...@gmail.com] 
Gesendet: Donnerstag, 11. Juni 2009 07:11
An: users@wicket.apache.org
Betreff: Re: AW: AW: wicket on java server

If you're actually serious ... this might get you started - either way.

How Tomcat Works: A Guide to Developing Your Own Java Servlet Container

   - http://my.safaribooksonline.com/097521280X


-Luther



On Wed, Jun 10, 2009 at 5:54 PM, Sam Stainsby 
s...@sustainablesoftware.com.au wrote:



 On Wed, 10 Jun 2009 14:56:59 +0200, Dorothée Giernoth wrote:

  No, worse, my boss :( he doesn't think tomcat is safe enough and doesn't
  know how tomcat works and what's going on behind the scenes ... and we
  can't have that I bet he won't let me use wicket ... b/c it's not
  safe enough either *shakes head* weirdo Paranoid? I bet ...

 Maybe just use Jetty if that suits. Simpler and certainly extremely easy
 to set up and test with maven. We do this for one client for an app that
 is only used by a handful of people.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



Maybe just use Jetty if that suits. Simpler and certainly extremely easy to set 
up and test with maven. We do this for one client for an app that is only used 
by a handful of people.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AW: AW: wicket on java server

2009-06-11 Thread nino martinez wael
In my surprisement on the topic I forgot to answer the question..

I guess it really depends on what kind of servlet spec your java
server are living up to.. 2.3 or 2.4 should work, but I dont know much
about what wicket requires...

2009/6/11 Dorothée Giernoth dorothee.giern...@kds-kg.de:
 Thnx guys, I will look into this ... I'll also see whether jetty would work. 
 Hopefully I can avoid it that we re-invent the wheel ... or maybe not *g*


 -Ursprüngliche Nachricht-
 Von: Luther Baker [mailto:lutherba...@gmail.com]
 Gesendet: Donnerstag, 11. Juni 2009 07:11
 An: users@wicket.apache.org
 Betreff: Re: AW: AW: wicket on java server

 If you're actually serious ... this might get you started - either way.

 How Tomcat Works: A Guide to Developing Your Own Java Servlet Container

   - http://my.safaribooksonline.com/097521280X


 -Luther



 On Wed, Jun 10, 2009 at 5:54 PM, Sam Stainsby 
 s...@sustainablesoftware.com.au wrote:



 On Wed, 10 Jun 2009 14:56:59 +0200, Dorothée Giernoth wrote:

  No, worse, my boss :( he doesn't think tomcat is safe enough and doesn't
  know how tomcat works and what's going on behind the scenes ... and we
  can't have that I bet he won't let me use wicket ... b/c it's not
  safe enough either *shakes head* weirdo Paranoid? I bet ...

 Maybe just use Jetty if that suits. Simpler and certainly extremely easy
 to set up and test with maven. We do this for one client for an app that
 is only used by a handful of people.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 Maybe just use Jetty if that suits. Simpler and certainly extremely easy to 
 set up and test with maven. We do this for one client for an app that is only 
 used by a handful of people.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



AW: AW: wicket on java server

2009-06-10 Thread Dorothée Giernoth
No, worse, my boss :( he doesn't think tomcat is safe enough and doesn't know 
how tomcat works and what's going on behind the scenes ... and we can't have 
that I bet he won't let me use wicket ... b/c it's not safe enough either 
*shakes head* weirdo Paranoid? I bet ... 
 

-Ursprüngliche Nachricht-
Von: James Carman [mailto:ja...@carmanconsulting.com] 
Gesendet: Mittwoch, 10. Juni 2009 14:44
An: users@wicket.apache.org
Betreff: Re: AW: wicket on java server

Sounds like a very strange request.  Government?

On Jun 10, 2009 8:37 AM, Dorothée Giernoth dorothee.giern...@kds-kg.de
wrote:

It is not my choice ... I just have to make it work, so I thought there are
certain specifications that would make it work.



-Ursprüngliche Nachricht-
Von: Martijn Dashorst [mailto:martijn.dasho...@gmail.com]
Gesendet: Mittwoch, 10. Juni 2009 11:45

An: users@wicket.apache.org Betreff: Re: wicket on java server Instead of
writing your own server, ...

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AW: AW: wicket on java server

2009-06-10 Thread Sam Stainsby


On Wed, 10 Jun 2009 14:56:59 +0200, Dorothée Giernoth wrote:

 No, worse, my boss :( he doesn't think tomcat is safe enough and doesn't
 know how tomcat works and what's going on behind the scenes ... and we
 can't have that I bet he won't let me use wicket ... b/c it's not
 safe enough either *shakes head* weirdo Paranoid? I bet ...

Maybe just use Jetty if that suits. Simpler and certainly extremely easy 
to set up and test with maven. We do this for one client for an app that 
is only used by a handful of people.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AW: AW: wicket on java server

2009-06-10 Thread Luther Baker
If you're actually serious ... this might get you started - either way.

How Tomcat Works: A Guide to Developing Your Own Java Servlet Container

   - http://my.safaribooksonline.com/097521280X


-Luther



On Wed, Jun 10, 2009 at 5:54 PM, Sam Stainsby 
s...@sustainablesoftware.com.au wrote:



 On Wed, 10 Jun 2009 14:56:59 +0200, Dorothée Giernoth wrote:

  No, worse, my boss :( he doesn't think tomcat is safe enough and doesn't
  know how tomcat works and what's going on behind the scenes ... and we
  can't have that I bet he won't let me use wicket ... b/c it's not
  safe enough either *shakes head* weirdo Paranoid? I bet ...

 Maybe just use Jetty if that suits. Simpler and certainly extremely easy
 to set up and test with maven. We do this for one client for an app that
 is only used by a handful of people.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org