You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2008/08/20 17:26:44 UTC

[jira] Closed: (SLING-619) Add a java servlet scripting engine

     [ https://issues.apache.org/jira/browse/SLING-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-619.
----------------------------------

    Resolution: Fixed

Added a new scription engine which allows to script servlets in the repository:

/apps/my/type/html.java

The package name is the full path: apps.my.type
The class name is html

If selectors are used, the dot is converted to an underscore:
/apps/my/type/main.html.java
Package: apps.my.type
Class main_html


> Add a java servlet scripting engine
> -----------------------------------
>
>                 Key: SLING-619
>                 URL: https://issues.apache.org/jira/browse/SLING-619
>             Project: Sling
>          Issue Type: New Feature
>          Components: Scripting Java
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>
> For easier scripting it would be nice to have a scripting engine that compiles a java servlet out of a java file which is stored in the repository,
> like /apps/my/app/html.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.