Home
TeamSite
JSR 170 - TeamSite
bturns
Does anyone know if Interwoven has plans to expose a JSR 170 API for the TeamSite Repository? Any efforts to make CSSDK follow these standards?
We are architecting a portal strategy and we would like to integrate the portal with a Java Content Repository using the JSR 170 API. It would be nice if this was available with Interwoven. That way we don't have to migrate any data.
Find more posts tagged with
Comments
bturns
Here are some articles on the 170 API
http://jcp.org/en/jsr/detail?id=170
http://www.cmswatch.com/Feature/123
SampleChart.jpg
Bill Klish
I heard some talk about this while I was at Gear Up, but not sure where it might be headed.
Phil
I spoke to Product Management about JSR 170 six months ago and they said they were watching this feature but had no definite plans to implement this interface.
The other solution is to use the delivery adapters included in OD 6.0.2 and deploy the content to your portal. OD 6.0.2 includes adapters for Websphere and Weblogic portal servers.
We architected our portal app to use Oracle as the Java Content Repository. This made more sense since we have a team of Oracle DBAs dedicated to maintaining production databases and TeamSite wasn't designed to run in a production environment.
Phil
bturns
Your portal app sounds interesting.
Do you use the OD 6.0.2 feature to deploy content to WebSphere?
If you use Oracle as a content repository what do you do with images, docs, PDF's? ARe those stored in the DB as binary data?
HTML_table.rptdesign
Phil
Actually we built our own delivery adapter since OD 6.0.2 was not out at the time. When we upgrade to OD 6.0.2 then I'll take a closer look at the out-of-the-box adapter. So to answer your question we do not use OD 6.0.2 to deploy content but we utilize the same techniques using OD 6.0.1.
Yes all binary data is stored as binary in the database. This is all done under the covers though. Once we setup Oracle to be our content repository using Weblogic Portal, we haven't paid much attention to the DB schema. We just interface with the Content Repository interface (BEA's Content SPI) via Java and the interface takes care of all the database details.
Phil
Solito
are you using dapters for od 6.02 now ..?
actually where you deploy to ?
db or some repository ..?
thx