06-18-2009 08:40 PM
/
|_config
| |_alfresco
| |_module
| |_moduleid
| |_module-context.xml
| |_simple.get.desc.xml
| |_simple.get.html.ftl
|_lib
| |_moduleid.jar
| |_META-INF
| |_org
| |_alfresco
| |_module
| |_moduleid
| |_SimpleWebScript.class
|_module.propertiesmodule.id=moduleid
module.aliases=moduleidalias
module.version=1.0
module.title=module id
module.description=module description<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<bean id="webscript.com.csaa.services.simple.get"
class="org.alfresco.module.moduleid.SimpleWebScript"
parent="webscript">
</bean>
</beans>06-19-2009 03:18 PM
# Custom AMP to WAR location mappings
#
# The following property can be used to include the standard set of mappings.
# The contents of this file will override any defaults. The default is
# 'true', i.e. the default mappings will be augmented or modified by values in
# this file.
#
include.default=true
#
# Custom mappings. If 'include.default' is false, then this is the complete set.
#
/webscripts=/WEB-INF/classes/alfresco/extension/templates/webscripts06-19-2009 07:05 PM
07-06-2009 10:32 PM
config
- alfresco.module
– your package name folder (i.e. com.something.something…..)
—context ( here you can have your web-scripts-application-context.xml)
– module-context.xml (include your xml described above)
–module.properties
-alfresco.extension.templates.webscripts.com.smething.something
–.desc
–.ftl
–any other file related to webscripts
07-07-2009 07:02 AM
07-10-2009 04:28 PM
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.