Hi,

I have small project to create reporting tool which has to display some
data from database in table and chart.
Client will be :
1. Browser (jsp)
2. Java program (javax.swing).

I want to make my code reusable. I'm creating Javabean for doing
calculation and create chart.
Thereis no problem for browser client since javabean is in serverside,
however for java program, i have to include this bean in client also, so if
i modify this bean, i have to "reinstall" program in client.
How to overcome this problem? (in other word, this java program use
bussines logic (javabean) from server)

TIA.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to