URLStreamHandler

2009-09-03 Thread Jos Snellings
Hi, I am currently looking if a minimal cocoon distribution could be deployed under Google AppEngine. Unfortunately, java.net.URLStreamHandler is not on the whitelist. Any idea how 'hard' it would be to lift this dependency (java.net.URL and URLConnection can be used)? I guess GAE just wants to

Re: URLStreamHandler

2009-09-03 Thread Reinhard Pötz
Jos Snellings wrote: Hi, I am currently looking if a minimal cocoon distribution could be deployed under Google AppEngine. Unfortunately, java.net.URLStreamHandler is not on the whitelist. Any idea how 'hard' it would be to lift this dependency (java.net.URL and URLConnection can be used)?

rapid application development with rcl

2009-09-03 Thread Thorsten Scherler
Hi all, our site is based on different blocks and one main webapp (cocoon-22-archetype-webapp). The problem we are facing is that developing within blocks is really rapid thanks to the rcl but all the code we have in the webapp needs to have a constant rebuild, which is a real pain.

Re: rapid application development with rcl

2009-09-03 Thread Reinhard Pötz
Thorsten Scherler wrote: Hi all, our site is based on different blocks and one main webapp (cocoon-22-archetype-webapp). The problem we are facing is that developing within blocks is really rapid thanks to the rcl but all the code we have in the webapp needs to have a constant rebuild,

Re: rapid application development with rcl

2009-09-03 Thread Thorsten Scherler
On Thu, 2009-09-03 at 13:23 +0200, Reinhard Pötz wrote: Thorsten Scherler wrote: Hi all, our site is based on different blocks and one main webapp (cocoon-22-archetype-webapp). The problem we are facing is that developing within blocks is really rapid thanks to the rcl but all the

Re: rapid application development with rcl

2009-09-03 Thread Andreas Hartmann
Thorsten Scherler schrieb: On Thu, 2009-09-03 at 13:23 +0200, Reinhard Pötz wrote: Thorsten Scherler wrote: Hi all, our site is based on different blocks and one main webapp (cocoon-22-archetype-webapp). The problem we are facing is that developing within blocks is really rapid thanks to the