I'm developing an application where it's going to have several different parts, or components. The components are going to be ULC pieces, and the backend running everything is going to be pretty much straight java. Now usually I'd just create a jar of the component, and use that. With a jar, I wouldn't be able to display the ULC piece in an applet launched ULCFrame though, would I? I guess I'm looking for the correct way to compile a component, and then to link to it from the larger application. I want to be able to send information to it from the larger application though. I might next to execute commands in the component also. These events will most likely be time based.
Let's say for example, I have a news reader. It runs standalone as a news reader and works fine. I want to expose the calls to be able to show specific news items at specific times to the user. What's the best way to package that? I'm not very familiar with applets. Joe ____________________________________________________________________________________ Have a burning question? Go to www.Answers.yahoo.com and get answers from real people who know.
