[ 
https://issues.apache.org/jira/browse/SMX4-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170860#comment-13170860
 ] 

Charles Moulliard commented on SMX4-1014:
-----------------------------------------

Hi Lukasz,

If you deploy a wab or a war with an empty /WEB-INF/lib directory, then you 
must at least provide some of the packages included into the gwt-user or 
gwt-servlet jar file. For a simple Hello project, the following classes are 
required. Without such a jar, how can you find them ?

import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.Window;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Label;
import com.google.gwt.user.client.ui.RootPanel;

Regards,

Charles
                
> Add a GWT-user bundle
> ---------------------
>
>                 Key: SMX4-1014
>                 URL: https://issues.apache.org/jira/browse/SMX4-1014
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>    Affects Versions: 4.4.0
>            Reporter: Charles Moulliard
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to