Hi Abhinav, >software's beans so as to provide desired results. i have created (ui) >using AbstractApplication (as was ) and this resides on the server side >and now i am unable to code for client side, connector and container
ULC is a server side GUI library with API similar to Swing. In fact you can call it server-side Swing. All programming is done with ULC component widgets on the server side. No programming is needed on the client side (unless of course you are doing some extensions to ULC Widgets). ULC takes care of client / server distribution and communication so as a developer you can concentrate solely on building your GUI and business logic on server side. Please see the source code of sample (ULC install dir/sample) applications that are part of the release to get an idea of how a ULC application looks like. Moreover, ULC concepts are explained in the ULC White Paper and ULC Architecture Guide (ULC install dir/Documentation). If you are migrating an existing application, all you need to do is to replace the GUI layer with ULC. You can reuse the existing business logic, model beans, EJBs etc. as it is on the server side. The new version of ULC (R 6.3 Milestone 1) showcase a form model. Please get back to me if you have more questions. Thanks and regards, Janak ________________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, April 11, 2008 1:24 PM To: [email protected] Subject: [ULC-developer] need help to understand ULC architecture break-ups and how to code each component !! Hi all, I am trying to use ULC for making a software which will use my current software's beans so as to provide desired results. i have created (ui) using AbstractApplication (as was ) and this resides on the server side and now i am unable to code for client side, connector and container adapter for the same. can any one help me with some sample code that is describes the above all. Even a small application using bean can help me out, it shoul map server half into client half UI (how to do that?). Some information about my current system: It uses swing for client UI EJB for server controller and dataBase operations and uses dedicated connection for communication as heavy dB calls are required an i m planning to develop it for software hosting purpose so that client can use it frm anywhere over internet. Is there any other mechanism/api available in java to do that or is there anything in which i can reuse most of my existing components (means without more changes or modifications) Regards, Abhinav Shrivastav ________________________________________ You are invited to Get a Free AOL Email ID. Click here.
