If I am understanding you correctly, you worry about having to deploy
the whole war for small changes, like a quick bugfix or the like.

As far as I am aware, there isn't really a way to partially deploy a
GWT application, like only those parts that changed.  In theory, I
suppose, you might be able to get away with just updating one of the
JS fragments, assuming you knew which one held your changes, but that
assumes a lot.

Personally, I'd much rather deploy the whole thing for every change
anyway.  I wouldn't trust my fallible human brain to remember all of
the individual code changes that need to go out.

-Ben

On Mar 4, 12:31 am, Jiunarayan <[email protected]> wrote:
> What I meant was when the project is compiled and you are project is
> ready. But during maintenance, for a small changes the whole code has
> to be recompiled again instead for a particular change. Is there a way
> to recompiled again during production.
>
> On Mar 3, 7:01 pm, Jeff Schwartz <[email protected]> wrote:
>
> > If you are using Eclipse and the plugin to create your projects then you
> > wont have to recompile every time you make a code change.
>
> > On Thu, Mar 3, 2011 at 3:10 AM, Jiunarayan <[email protected]> wrote:
> > > What could be the best practice to maintain big project. I meant for
> > > every changes the whole project is compiled to get the javascript?? I
> > > got a kind of insecure of recompiling the whole project for a every
> > > changes.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to [email protected].
> > > To unsubscribe from this group, send email to
> > > [email protected].
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > *Jeff 
> > Schwartz*http://jefftschwartz.appspot.com/http://www.linkedin.com/in/jefftschw...
> > follow me on twitter: @jefftschwartz

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to