just make use of the Hotswap function the JVM of sun has now for quite some time.
(use a good debugger)

On 10/3/05, Nick Heudecker <[EMAIL PROTECTED]> wrote:
Yeah, that's what I'm getting at.  I usually write a lot of code for the Page and then make lots of little tweaks.  Redploying within IDEA each time is tiring.


On 10/3/05, Gwyn Evans < [EMAIL PROTECTED]> wrote:
If you mean having the Servlet engine detect changes to .java files &
reload them, I haven't done it for Wicket, but I used to use Resin to
do that in the past...

On 02/10/05, Nick Heudecker < [EMAIL PROTECTED]> wrote:
> Any thoughts about putting in a compiling class loader to save time when
> developing?  That's also Rails-esque.
>
>
> On 10/2/05, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
> > Yeah. Something like that would be really good to have.
> >
> > Eelco
> >
> > On 9/30/05, Dan Gould < [EMAIL PROTECTED]> wrote:
> > > On 9/30/05, Dorel Vaida <[EMAIL PROTECTED]> wrote:
> > > > I don't know about dojo but some java ajax implementations (DWR)
> > > > propagate the exceptions back to the client. Wouldn't be that
> acceptable
> > > > for a validation error for example ?
> > >
> > > I know that that dojo.bind lets you bind an error handler
> > >
> > > dojo.io.bind({
> > >      url: ...,
> > >      load: ...,
> > >      error: errorHandler,
> > >      mimetype: ...
> > > });
> > >
> > > Maybe on error, wicket could return a code other than 2xx and have it
> > > invoke the error handler?  Or is this to weird?  Just an idea...
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email is sponsored by:
> > > Power Architecture Resource Center: Free content, downloads,
> discussions,
> > > and more. http://solutions.newsforge.com/ibmarch.tmpl
> > > _______________________________________________
> > > Wicket-user mailing list
> > > [email protected]
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Power Architecture Resource Center: Free content, downloads, discussions,
> > and more. http://solutions.newsforge.com/ibmarch.tmpl
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user


Reply via email to