You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2010/03/12 10:09:27 UTC

[jira] Created: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

GSoC 2010: create a mini-CMS to demonstrate Sling
-------------------------------------------------

                 Key: SLING-1438
                 URL: https://issues.apache.org/jira/browse/SLING-1438
             Project: Sling
          Issue Type: Task
          Components: Documentation
            Reporter: Bertrand Delacretaz


This is a suggested project for Google Summer of Code 2010.

The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.

The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.

Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.

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


[jira] Assigned: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Federico Paparoni (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Paparoni reassigned SLING-1438:
----------------------------------------

    Assignee: Federico Paparoni

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>            Assignee: Federico Paparoni
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


[jira] Updated: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Federico Paparoni (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Paparoni updated SLING-1438:
-------------------------------------

    Attachment: david16092010.zip

Updated version with documentation provided as initial content.

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>            Assignee: Federico Paparoni
>         Attachments: david.rar, david16092010.zip
>
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


[jira] Commented: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861736#action_12861736 ] 

Bertrand Delacretaz commented on SLING-1438:
--------------------------------------------

Created https://cwiki.apache.org/confluence/display/SLING/GSoC+2010+mini-CMS+project as a wiki homepage for this project.

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


Re: where is the esp-syntax described?

Posted by Lars Trieloff <lt...@day.com>.
ESP is Embedded ECMAScript (Javascript). Inside <% and %> you can use any
ECMAScript statement you want, including if, else if, switch and case.

Lars

On Fri, Aug 13, 2010 at 11:59 AM, Clemens Wyss <cl...@mysign.ch> wrote:

> e.g. is there an "else if" or "elsif"? How about a switch/case?
> Thx
>



-- 
Lars Trieloff - http://lars.mp - Day Software - http://www.day.com

where is the esp-syntax described?

Posted by Clemens Wyss <cl...@mysign.ch>.
e.g. is there an "else if" or "elsif"? How about a switch/case?
Thx

[jira] Updated: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Federico Paparoni (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Paparoni updated SLING-1438:
-------------------------------------

    Attachment: david.rar

Submit of "David Mini CMS".

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>            Assignee: Federico Paparoni
>         Attachments: david.rar
>
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


[jira] Updated: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz updated SLING-1438:
---------------------------------------

    Comment: was deleted

(was: I'm eligible student for the GSoC 2010. 
My skills are:
- knowledge of the main principles of software interface organization;
- mastering of models, methods, modes and forms of analysis for computer systems and networks;
- fundamental knowledge of different programming languages:  Pascal, .Net, Java, Python, PHP and others;
- usage of relational DB systems: ER-models and complex SQL queries;
- understanding of modern tendencies in the development of computer and information technologies;
- software design and engineering
- software quality
Sling is something new and interesting for me so I want to know more about it.)

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


[jira] Updated: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz updated SLING-1438:
---------------------------------------

    Description: 
This is a suggested project for Google Summer of Code 2010.

The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.

The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.

Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.

See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

  was:
This is a suggested project for Google Summer of Code 2010.

The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.

The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.

Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.


> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


[jira] Commented: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Olga Zdanchuk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850383#action_12850383 ] 

Olga Zdanchuk commented on SLING-1438:
--------------------------------------

I'm eligible student for the GSoC 2010. 
My skills are:
- knowledge of the main principles of software interface organization;
- mastering of models, methods, modes and forms of analysis for computer systems and networks;
- fundamental knowledge of different programming languages:  Pascal, .Net, Java, Python, PHP and others;
- usage of relational DB systems: ER-models and complex SQL queries;
- understanding of modern tendencies in the development of computer and information technologies;
- software design and engineering
- software quality
Sling is something new and interesting for me so I want to know more about it.

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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


[jira] Commented: (SLING-1438) GSoC 2010: create a mini-CMS to demonstrate Sling

Posted by "Andreas Kuckartz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909424#action_12909424 ] 

Andreas Kuckartz commented on SLING-1438:
-----------------------------------------

I think that this issue can and should be closed.

> GSoC 2010: create a mini-CMS to demonstrate Sling
> -------------------------------------------------
>
>                 Key: SLING-1438
>                 URL: https://issues.apache.org/jira/browse/SLING-1438
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>            Assignee: Federico Paparoni
>         Attachments: david.rar
>
>
> This is a suggested project for Google Summer of Code 2010.
> The goal is to create a mini-CMS with Sling, that demonstrates Sling best practices.
> The emphasis is on the quality and readability of the demo code, and we expect to have to go through several iterations to refine it and the corresponding JCR content model so that they demonstrate Sling best practices. We will not necessarily create a full-fledged CMS, the goal is for the result to be educational and help Sling newcomers understand how to create web applications with it.
> Suggested technologies: jQuery for the front-end, ESP and/or JSP for server-side scripting, and Java code in OSGi bundles for back-end functionality.
> See http://tinyurl.com/asfgsoc for the full list of GSoC 2010 projects at the ASF, and http://community.apache.org/gsoc for general GSoC information.

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