On 10 Jan 2011, at 13:36, nacer abdellaoui wrote: > Hi > I would like to create a jsp page and to deploy it in tomcat which wookie > integratesin standalone mode. > > thanks to show me what I must do to deploy it and to call it from a > browserin > this mode.
Hi Nacer, If you're asking about how to integrate a widget in a JSP page (without using servlets etc), the best thing I think would be to look at using the Java Connector Framework http://incubator.apache.org/wookie/embedding-wookie-widgets-in-other-applications.html You could include the connector object in your JSP script and then use the connector to request a widget to include in the page. For example, you might want to start off by trying to reuse the WookieConnectorService implementation: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WookieConnectorService.java?view=markup S
smime.p7s
Description: S/MIME cryptographic signature
