cancel
Showing results for 
Search instead for 
Did you mean: 

Create a servlet inside alfresco

atkien
Champ in-the-making
Champ in-the-making
Hi,

I am looking for the way to integrate a servlet inside alfresco (not webscript). Someone has any ideas about this.

Thanks,
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Should be no problem.   Look at UploadContentServlet as an example.

atkien
Champ in-the-making
Champ in-the-making
Thanks mrogers. I got it.

junieboy
Champ in-the-making
Champ in-the-making
Hi,

Using the UploadContentServlet gives you an option to specify a NodeRef in the URL. Is it a requirement that this NodeRef value be exactly the uuid of the folder where you will save the file? Or can it be any other uuid value of other folders in Alfresco?

Regards