01-18-2006 06:13 AM
01-23-2006 05:45 AM
01-24-2006 04:05 AM
ant build-jbossJBOSS_HOME=<alfresco>/jboss02-07-2006 02:45 PM
Yes, you should be able to use any Java ui toolkit against the Alfresco java API - the API documentation can be found at:
http://www.alfresco.org/mediawiki/index.php/Alfresco_Content_Management_Java_API
02-07-2006 07:27 PM
Yes, you should be able to use any Java ui toolkit against the Alfresco java API - the API documentation can be found at:
http://www.alfresco.org/mediawiki/index.php/Alfresco_Content_Management_Java_API
In the documentation above, says:
"…
There are three approaches to accessing the interfaces in your own code:
1. Use standard Spring dependency injection (recommended, if your client code is also Spring based)
2. Manual access via the Spring getBean() method
3. Indirectly via Alfresco's ServiceRegistry
Spring provides excellent documentation on how to bind Beans together, so that won't be duplicated here.
…"
In other words, I must make my web application using spring framework, is it right?
May I make my web application using struts framework, and placing the /project/jcr and /project/remote-api files inside my context application?
Which folders have I to insert into my context/WEB-INF/src to do my web application using Alfresco like API….?
Sorry if these questions are too basic for you guys…
Regards
Helio
02-08-2006 07:04 AM
02-08-2006 09:19 AM
We have a framework, based on struts/hibernate, where all the web applications we do/have are created using this framework. The security configuration system was also built using this framework. So, I don't know if it is possible to build my web application (for Content Manager) using what Alfresco offers.
My point is like someone already posted in this forum, in struts framework we inform the actions and beans the jsp will call, but there isn't all the file configurations that have in the Alfresco, so I don't know what files of Alfresco (souces and configuration) I will insert into my context to use at least the basics services of CM works. We have to do our soluction based on Alfresco, in this way it will be easier to maintenance in the future by ourself.
Would you realize what I mean?
Regards
Helio
02-14-2006 05:42 AM
02-15-2006 03:33 AM
Which API provides all services found in Alfresco UI (or almost, like categorization, forum, versioning, aspects). If I am building my web client with struts, I'll need to place what tree of API into it, what files of Alfresco API depends and are needed to be placed into my application too?
I mean, if I want to do my UI with struts and place the api files into my context folder:
If I want to use the alfresco api which files are needed, or eigther if I want to use the repo api which files…?
Which api will provide the services I found in the Alfresco UI, or almost them?
Thanks in advance
Helio
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.