Integrate existing web app with alfresco

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2010 12:48 AM
Hi,
We have a application deployed on websphere with spring webflow, XSLT. Some of the web pages contain the static contents which we want to move to Alfresco. Any one have any sample or any idea how we can achieve this?
We have a application deployed on websphere with spring webflow, XSLT. Some of the web pages contain the static contents which we want to move to Alfresco. Any one have any sample or any idea how we can achieve this?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2010 10:46 AM
It would depend on;
1. The architecture of your current system. How are the static content managed and injected in currently?
2. What are the requirements around managing the static content are you trying to address?
1. The architecture of your current system. How are the static content managed and injected in currently?
2. What are the requirements around managing the static content are you trying to address?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2010 12:43 AM
Hi,
The application is in Spring Webflow, XSLT as front end and its deployed on Websphere app server. Currently the static content are directly hardcoded in the XSLT. In future, if we need to modify the content, this will requires a developer to do this task. So we are in need to store the static content in Alfresco so as to make the modification easy. The static content has to be reviewed, then it has to be approved before publishing it. That means there is a workflow.
Let me know if you need more information.
Thanks,
Ram
The application is in Spring Webflow, XSLT as front end and its deployed on Websphere app server. Currently the static content are directly hardcoded in the XSLT. In future, if we need to modify the content, this will requires a developer to do this task. So we are in need to store the static content in Alfresco so as to make the modification easy. The static content has to be reviewed, then it has to be approved before publishing it. That means there is a workflow.
Let me know if you need more information.
Thanks,
Ram
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2010 02:43 AM
Alfresco WCM. You can create forms your end users fill in to create content. This generates XML (which can be rendered into different formats using XSLT / Freemarker). The content can be previewed and submitted via workflow before being published.
Start by reading the wiki and watching the webinars. http://wiki.alfresco.com/wiki/Web_Content_Management
Ben's blog has lots of info too. http://www.benh.co.uk/
Start by reading the wiki and watching the webinars. http://wiki.alfresco.com/wiki/Web_Content_Management
Ben's blog has lots of info too. http://www.benh.co.uk/

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2010 06:46 AM
I want to know how to access the published content from the web application?
