RE: Non-Web-based Application with STRUTS

2001-06-29 Thread Rey Francois
I have no experience with this but the TCF from IBM may be of help. It is based on MVC so perhaps you can combine it with Struts MVC. Fr. ::: Thin-Client Framework Thin-Client Framework (TCF) is a framework and design/development approach that makes it easy to rapidly develop high function,

RE: Non-Web-based Application with STRUTS

2001-06-29 Thread Marcel Andres
In my opinion: forget about struts for a fat client. You can't use the advantage of the taglib within a fat client. You need to work with AWT/Swing to create an application for a fat client. But, I would be interested if someone has a good idea how this two things fit together. Marcel

Re: Non-Web-based Application with STRUTS

2001-06-29 Thread Michelle Popovits
Andy, Perhaps you could create your application as an EJB application where the application state, business logic, data access are all managed by the EJB tier. Create a set of workflow 'Session Facade' session ejb's to be your interface between your various clients and your ejb business tier.

RE: Non-Web-based Application with STRUTS

2001-06-29 Thread Nanduri, Amarnath
: Friday, June 29, 2001 9:48 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Non-Web-based Application with STRUTS Andy, Perhaps you could create your application as an EJB application where the application state, business logic, data access are all managed by the EJB tier. Create