BRL service now has demonstration site at http://disney.surnet.ru/brl
All pages have links to source of processed action, screen, layout and
navigations so you can look how it works online.
Changes:
1. Now use Turbine connection pool for SQL operations.
2. Many Turbine adaptation functions added.
3. Templates now can use some predefined variables without
declaration. They are:
run-data - "old good" RunData;
turbine-context - BrlContext context;
action-event - action event decoded with scheme convention,
eventSubmit_doQuery translated to 'do-query.
3. Now you can write actions in "plain" scheme. Convention for coding
action's path is the same as for screens. Path is divided by "," :
http://host.dom.com/action/my,path,action.scm/... .
Dot is reserved for compiled to Java packages modules but I think you
don't need to do that. After first loading code of screen or action is
compiled to bytecode, saved in cache and reloaded only if code is
changed on disk.
4. Added small example (phonebook).
It was tested with BRL-2.1.18 and latest Turbine CVS snapshot.
Your comments are very welcome.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]