Creating WebProjects using WebSripts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2008 06:24 PM
Hi ,
I have a scenario in which i want to create web projects using web scripts.Is it possible to do so? If possible can you kindly say me what are the service/services used for creating the web project.
I have a scenario in which i want to create web projects using web scripts.Is it possible to do so? If possible can you kindly say me what are the service/services used for creating the web project.

Labels:
- Labels:
-
Archive
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2008 04:53 AM
AFIK, this is currently not possible to do via web scripts. However, it is quite straight forward to expose this to web scripts. You can create a custom java backed web script to do this for your particular use case. Examples of this is available at http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2008 07:03 PM
Hi,
Is it possible to give me an example,I am not able to find any information regarding this.
Is it possible to give me an example,I am not able to find any information regarding this.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2008 03:48 AM
Look at the previous link on how to create a custom java backed web script. Then take a look at the org.alfresco.web.bean.wcm.CreateWebsiteWizard to get the java code that creates the web project. If you set up the Alfresco SDK then you'll have access to the source code and java docs.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2008 03:06 AM
Hi ,
I have a scenario in which i want to create web projects using web scripts.Is it possible to do so? If possible can you kindly say me what are the service/services used for creating the web project.
If you have not started with this stay tuned. A lot of work is going in to service-ization of the operations related to the AVM and web projects – for example creating a web project or a sandbox.
http://wiki.alfresco.com/wiki/WebProjectService_interface
This is in draft for the moment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2008 05:33 AM
The WCM web service API which will include createWebProject is being worked on now. It is **very** tentatively planned for release in Alfresco 3.1 (which itself is a only a rough idea), so is some time away.
Were at the stage of kicking ideas for the wcm web script interface around and sketching out solutions on the wiki. Ideas are still rapidly evolving on the wiki, but you are welcome to look and contribute.
If you need a create web project webscript today then you will have to write your own script that calls one of the other APIs.
Were at the stage of kicking ideas for the wcm web script interface around and sketching out solutions on the wiki. Ideas are still rapidly evolving on the wiki, but you are welcome to look and contribute.
If you need a create web project webscript today then you will have to write your own script that calls one of the other APIs.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2008 11:57 AM
Also should fix not being able to set/write to properties on avm nodes via javascript. (and not being able to set content property on existing avm nodes)
http://issues.alfresco.com/browse/ALFCOM-1720
http://forums.alfresco.com/viewtopic.php?f=36&t=12602
Steve
http://issues.alfresco.com/browse/ALFCOM-1720
http://forums.alfresco.com/viewtopic.php?f=36&t=12602
Steve
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2008 09:29 AM
The Web Script for Create Web Project is now on HEAD.
