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 Martin Makundi
Why you need both wicket and swing? 2008/2/26, Klearhos Klearhou [EMAIL PROTECTED]: 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

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 Martin Makundi
to call web services from inside the wicket framework ?? Thank you again - 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

Re: Swing application and Wicket

2008-02-26 Thread Sam Barnum
- 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

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 Martin Makundi
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 resources of the system. I

Re: Swing application and Wicket

2008-02-26 Thread Klearhos Klearhou
, 2008 4:24:06 PM Subject: Re: Swing application and Wicket Wicket doesn't really include a web services component that I know of, but you can run web services in the same application server using xfire, xerces, or jaxws -Sam On Feb 26, 2008, at 5:46 AM, Martin Makundi wrote: Why you need

Re: Swing application and Wicket

2008-02-26 Thread Martin Makundi
Subject: Re: Swing application and Wicket Wicket doesn't really include a web services component that I know of, but you can run web services in the same application server using xfire, xerces, or jaxws -Sam On Feb 26, 2008, at 5:46 AM, Martin Makundi wrote: Why you need wicket