JavaListFunction
Table of Contents
Tutorial | Actifsource Tutorial – Java List Functions |
---|---|
Required Time | - 20 Minutes |
Prerequisites | - Actifsource Tutorial – Installing Actifsource - Actifsource Tutorial – Simple Service - Actifsource Tutorial – Complex Service |
Goal | - Learn about JavaListFunctions - Create your own JavaListFunction to sort resources |
Topics covered | - JavaListFunction |
Notation | ↪ To do ⓘ Information • Bold: Terms from actifsource or other technologies and tools • Bold underlined: actifsource Resources • Monospaced : User input• Italics: Important terms in current situation |
Disclaimer | The authors do not accept any liability arising out of the application or use of any information or equipment described herein. The information contained within this document is by its very nature incomplete. Therefore the authors accept no responsibility for the precise accuracy of the documentation contained herein. It should be used rather as a guide and starting point. |
Contact | Actifsource AG Täfernstrasse 37 5405 Baden-Dättwil Switzerland www.actifsource.com |
Trademark | Actifsource is a registered trademark of Actifsource AG in Switzerland, the EU, USA, and China. other names appearing on the site may be trademarks of their respective owners. |
Overview
-
Let’s create a simple model for a club with its members with a resource which represents the date of birth
-
Let’s write a JavaListFunction which can sort members by their date of birth and use it in a template
-
Create some html output for the club members sorted by the date of birth (month and day)
Part I Preparation
Part II Creating an HTML Template
Part III Creating a JavaListFunction
Part IV Putting it all together