cancel
Showing results for 
Search instead for 
Did you mean: 

How to use JSP UI for alfresco

javauser007
Champ in-the-making
Champ in-the-making
Hi friends,
I'm new to Alfresco. And i'm using the alfresco 3.0 version.
After doing/reading some documents on alfresco i have started working on it.
Now i stucked where the point is,
I have a sample servlet/jsp application where i have the options like search, upload, download.
Now i want to connect this application to alfresco. what my requirement is we have a separate User-Interface for the users.
So we want to connect the alfresco through our user-interface. I don't know how to achieve this.Is ther any API for acheiving this, or we should customize the existing one. And plz tell me where i can get the source code(java code) for alfresco 3.0.
Any solution is appriciated. Please give any url for sample applications/POC…

thanks in advance,

Regards,
Alfresco user.
1 REPLY 1

zaizi
Champ in-the-making
Champ in-the-making
1. Search through these forums. The various options have been discussed. Couple of previous threads;
2. The best option is to use Alfresco Webscripts: http://wiki.alfresco.com/wiki/Web_Scripts.

3. Take a look at Seam client for Alfresco for a sample solution: http://forums.alfresco.com/en/viewtopic.php?f=32&t=15361.

If it is just simple search, upload, download then you can just use JSPs with web scripts to create a very simple solution.