Re: Question about OBE's role in sourceid-java-2.0
Dave Smith <[email protected]> Thu, 26 May 2005 22:24:23 -0600
| Newsgroups | gmane.comp.sourceid.sso.user |
|---|---|
| Message-ID | <[email protected]> |
On 5/26/05, yes <[email protected]> wrote: > Here is my question: > 1. What is the role of OBE in sourceid-java-2.0? In other words, can I > tear obe off easily so that it can run in tomcat (for example, although > compiled with OBE, I could never use those functionalities depend on OBE) OBE forms the heart of the SourceID system -- if you "remove" it, nothing will work at all. As far as I know, however, we don't use any of the J2EE stuff in OBE. With some work, you should be able to remove/disable just the J2EE stuff from OBE and still have everything work. > 2. There must be some changes in Demo. I have two choices: modify the > existing demo application, or re-write a new simple one. Which choice is > easier? That depends on what changes you need to make. But you do have the source code, so maybe you can save yourself some effort by adjusting the existing app. D.