Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Can you expose SilverStripe-managed content to Oracle ADF application?


Go to End


2 Posts   1279 Views

Avatar
SmoothBall

Community Member, 1 Post

10 August 2010 at 4:54am

Hi,
I'm building a web application using Oracle Application Development Framework (ADF).
Some content that will surface on my web application needs to come from a SilverStripe installation.

How does SilverStripe expose the content that it manages to other, third-party systems?
Is there a defined API which allows these other systems request content from SilverStripe? Is it documented?
What format does SilverStripe return its content? HTML? XML? Is it configurable?
Has anyone successfully made SilverStripe accessible to Oracle ADF before?

If you could offer any advice, I'd be most grateful.
Regards,
Ken.

Avatar
Willr

Forum Moderator, 5523 Posts

10 August 2010 at 2:33pm

Haven't used ADF but one way you can access your SilverStripe data using the RESTFul Server API or using SOAP Server. Not a huge amount of documentation on it but you should be able to get started

http://doc.silverstripe.org/restfulserver
http://doc.silverstripe.org/soapmodelaccess