GMap3 drawing circle

2013-01-02 Thread lsm_7
Hi all, I have a web application which shows in a gmap component different points around user's position. The idea is to draw a circle of accuracy in user's position. Is there any way to do it without using GPolygon?? Thanks in advance! -- View this message in context:

Complete Wicket Websockets example

2012-11-26 Thread lsm_7
Hi all, I am trying to develop a web application which includes a chat inside it. The idea is to provide the messaging using XMPP and websockets. However, I didn't find a complete example in Java about WebSockets and Wicket. I found one which uses scala and I don't understand it so much. The

Wicket-auth-roles and wicket 6

2012-11-13 Thread lsm_7
Hi all, I am migrating a project from Wicket 1.4.7 to Wicket 6.2.0. Well, I have a problem when executing the application. Tomcat says that AuthenticatedWebApplication cannot be found. However, it is included in pom.xml and I can see it in Maven dependencies included in the project... Any idea??

Re: Wicket-auth-roles and wicket 6

2012-11-13 Thread lsm_7
Yes, I have the jar in classpath: wicket-auth-roles-6.2.0.jar. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-roles-and-wicket-6-tp4653804p4653806.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Wicket-auth-roles and wicket 6

2012-11-13 Thread lsm_7
Sure! The problem was that some dependencies were not included in Deployment Assembly configuration of Eclipse project. Maven dependencies must point to /WEB-INF/lib/ That was all. It seems a dummy thing but I spent some hours with that... -- View this message in context: