Swing application and Wicket

2008-02-26 Thread Klearhos Klearhou
Hello, I want to have an external application (swing for example) that will update a DB. I want wicket to be the front end and basically present the informations form the DB. I am thinking the communication between the swing application and the server to take place with a web service. Do you

Re: Swing application and Wicket

2008-02-26 Thread Klearhos Klearhou
- Original Message From: Martin Makundi [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Tuesday, 26 February, 2008 3:28:11 PM Subject: Re: Swing application and Wicket Why you need both wicket and swing? 2008/2/26, Klearhos Klearhou [EMAIL PROTECTED]: Hello, I want to have an external

Re: Swing application and Wicket

2008-02-26 Thread Klearhos Klearhou
PROTECTED] To: users@wicket.apache.org Sent: Tuesday, 26 February, 2008 3:46:26 PM Subject: Re: Swing application and Wicket Why you need wicket for? 2008/2/26, Klearhos Klearhou [EMAIL PROTECTED]: Hello, the reason lies into a projects specifics needs. I need to have access to local

Re: Swing application and Wicket

2008-02-26 Thread Klearhos Klearhou
wicket for? 2008/2/26, Klearhos Klearhou [EMAIL PROTECTED]: Hello, the reason lies into a projects specifics needs. I need to have access to local resources of the system. I will deploy my app with java web start and it communicate with web services. Is there any way to call web services