Hi,

I have an existing app engine project, and I'm not sure if it's possible to 
incorporate GWT without refactoring the package layout. My app engine 
project looks like this:

    /MyProject
        /src
            /main
                /java
                    /com
                        /company
                            ServletTest.java
                            AnotherServerClass.java
                            ...
                /webapp
                    /css
                    /js
                    /WEB-INF
                        appengine-web.xml
                        web.xml
                        ...
                            
It looks like GWT wants to have a /client,and /server folder at the top 
level, and app engine stuff would only go into the /server folder. Since 
I'm using GWT for only a small part of my site, I'm wondering if there's a 
way to leave the structure as-is?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to