hi all,
I'm trying to evaluate smartgwtee and i can't run realtime messaging example.
I've downloaded module from here
=> http://www.smartclient.com/releases/Messaging_Samples.zip
My App. Configs :
1. web.xml (Servlet)
2.MyApp.gwt.xml
but I got an exception :
where is this class ? I can't find any jar file containing this class.
Regards,
Paata Lominadze.
I'm trying to evaluate smartgwtee and i can't run realtime messaging example.
I've downloaded module from here
=> http://www.smartclient.com/releases/Messaging_Samples.zip
My App. Configs :
1. web.xml (Servlet)
Code:
<servlet> <servlet-name>MessagingServlet</servlet-name> <servlet-class>com.isomorphic.messaging.MessagingServlet</servlet-class> </servlet>
Code:
<inherits name="com.smartgwt.RealtimeMessaging"/>
Code:
java.lang.ClassNotFoundException: com.isomorphic.messaging.MessagingServlet
Regards,
Paata Lominadze.
Comment