wCMF Wiki : WishListPage

HomePage :: Categories :: PageIndex :: RecentChanges :: Login/Register

Revision [338]

Last edited on 2007-10-30 10:56:03 by GiuseppePlatania
Additions:
++- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]], [[JBossRules]]++
Deletions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]], [[JBossRules]]


Revision [324]

Edited on 2007-10-09 10:48:49 by GiuseppePlatania
Additions:
++- Hooks: Hooks are standard methods called before CRUD operations. They are tipically empty and can be overridden in a nodeclass. They are important for the future definition of [[chiBusinessRules]]. proposed for node are :++
++ ~a) BeforeSave, ++
++ ~a) AfterSave, ++
++ ~a)BeforeDelete, ++
++ ~a)AfterDelete,++
++ ~a)BeforeUpdate++
++ ~a)[[Update]]++
++ ~a) AfterUpdate++
++ ~a)BeforeView++
++ ~a) AfterView++
Deletions:
- Hooks: Hooks are standard methods called before CRUD operations. They are tipically empty and can be overridden in a nodeclass. They are important for the future definition of [[chiBusinessRules]]. proposed for node are :
~a) BeforeSave,
~a) AfterSave,
~a)BeforeDelete,
~a)AfterDelete,
~a)BeforeUpdate
~a)[[Update]]
~a) AfterUpdate
~a)BeforeView
~a) AfterView


Revision [323]

Edited on 2007-10-09 10:47:10 by GiuseppePlatania
Additions:
- Class (and service) for the semantic validation of field.
- Input: ObjectName, propertyName
- ourput: Boolean (nice to have, a list of %like% values)


Revision [309]

Edited on 2007-10-04 10:53:19 by JuergenHallpap
Additions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]], [[JBossRules]]
Deletions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]], [[JBoss Rules]]


Revision [308]

Edited on 2007-10-04 10:52:54 by JuergenHallpap
Additions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]], [[JBoss Rules]]
Deletions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]]


Revision [267]

Edited on 2007-09-25 09:03:26 by GiuseppePlatania
Additions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]] , [[Seam]]
Deletions:
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]]


Revision [266]

Edited on 2007-09-20 14:01:18 by GiuseppePlatania
Additions:
- Hooks: Hooks are standard methods called before CRUD operations. They are tipically empty and can be overridden in a nodeclass. They are important for the future definition of [[chiBusinessRules]]. proposed for node are :
Deletions:
- Hooks: Hooks are standard methods called before CRUD operations. They are tipically empty and can be overridden in a nodeclass. They are important for the future definition of chiBusinessRules. proposed for node are :


Revision [265]

Edited on 2007-09-20 14:00:24 by GiuseppePlatania
Additions:
- ++generation of HTML documentation. the generator use a xslt file to process the XMI. and output a documentation. for every type of XMI another XML template is required. the generation is controlled in the properties file of the generator.++
Deletions:
- generation of HTML documentation. the generator use a xslt file to process the XMI. and output a documentation. for every type of XMI another XML template is required. the generation is controlled in the properties file of the generator.


Revision [253]

Edited on 2007-09-20 09:47:16 by GiuseppePlatania
Additions:
- a [[DashboardExample Dashboard]] is generated as start page with all **MYobjects**
Deletions:
- a Dashboard is generated as start page with all **MYobjects**


Revision [231]

Edited on 2007-07-11 08:28:28 by GiuseppePlatania
Additions:
=====Java Framework=====
- evaluating a Java framework: [[http://www.zkoss.org zkoss]], [[http://www.jboss.com/ JBOSS Portal]]


Revision [230]

Edited on 2007-07-05 08:07:17 by GiuseppePlatania
Additions:
- security framework [[http://phpgacl.sourceforge.net phpgacl]] ?
- UnitTest framework [[http://www.opensourcetesting.org/unit_php.php list of products]]
Deletions:
- security framework [http://phpgacl.sourceforge.net phpgacl] ?
- UnitTest framework [http://www.opensourcetesting.org/unit_php.php list of products]


Revision [229]

Edited on 2007-07-05 08:06:21 by GiuseppePlatania
Additions:
- UnitTest framework [http://www.opensourcetesting.org/unit_php.php list of products]


Revision [214]

Edited on 2007-07-02 09:02:52 by ExeSky (unregistered user)
Additions:
- generation of HTML documentation. the generator use a xslt file to process the XMI. and output a documentation. for every type of XMI another XML template is required. the generation is controlled in the properties file of the generator.
- the generator open the target directory after generation
Deletions:
- ++generation of HTML documentation. the generator use a xslt file to process the XMI. and output a documentation. for every type of XMI another XML template is required. the generation is controlled in the properties file of the generator.++
++- the generator open the target directory after generation++


Revision [197]

Edited on 2007-06-28 20:07:33 by GiuseppePlatania
Additions:
- KISS mindset (keep it simple stupid)
- model as central information
- automatic deployment
- automatic build process
- week releases
- simple configuration: all IDE specific information are included in a separate file.
- The Generator check the framework version before the deployment (see below)
- ++generation of HTML documentation. the generator use a xslt file to process the XMI. and output a documentation. for every type of XMI another XML template is required. the generation is controlled in the properties file of the generator.++
- (no 2 times write): move if possible information from properti file to model.
=====PHP Framework=====
- Framework version (see above)
- a Dashboard is generated as start page with all **MYobjects**
- SOAP: Limit the results, Return partial objects only,.
Deletions:
- KISS mindset (keep it simple stupid)
- automatic deployment
- automatic build process
- week releases
- generation of HTML documentation. the generator use a xslt file to process the XMI. and output a documentation. for every type of XMI another XML template is required. the generation is controlled in the properties file of the generator.
- model must contains everything (no 2 times write): move if possible information from fproperti file to model.
=====PHP Framework=====


Revision [192]

Edited on 2007-06-28 19:37:59 by GiuseppePlatania
Additions:
- security framework [http://phpgacl.sourceforge.net phpgacl] ?


Revision [189]

Edited on 2007-06-22 08:00:25 by GiuseppePlatania
Additions:
=====Project General=====
Deletions:
=====Project General====
- BUG: soap give back eorror with html header
- BUG: sometime methods are double methods (same name are generated)
- bug: zip
- Bug: update script


Revision [188]

Edited on 2007-06-22 07:59:38 by GiuseppePlatania
Additions:
=====Project General====
- KISS mindset (keep it simple stupid)
- model must contains everything (no 2 times write): move if possible information from fproperti file to model.
++- the generator open the target directory after generation++
- is [[http://eyeos.org/ eyeOS]] an alternative to dojo?
- generated html development page must works with any folder structure.
- generated integration tests (e.g. the SOAP interfcace)
- - the Hello World become the base for the automatization of the tests: enhance hello world to all features of the framework
- BUG: sometime methods are double methods (same name are generated)
Deletions:
- the generator open the target directory after generation
- model must check everything (no 2 times write)
- generated html development page must works with any folder structure.
- test automatic
- BUG: sometime methods are double double methos y(same name are generated)
- the Hello World wil be the base for the automatization of the tests: enhance hello world to all features of the framework


Revision [187]

Edited on 2007-06-22 07:45:35 by GiuseppePlatania
Additions:
- - Database is created by the update script
- use "" for sql statements
- model must check everything (no 2 times write)
- generated html development page must works with any folder structure.
- test automatic
- BUG: soap give back eorror with html header
- BUG: sometime methods are double double methos y(same name are generated)
- bug: zip
- Bug: update script
- the Hello World wil be the base for the automatization of the tests: enhance hello world to all features of the framework
- automatic deployment
- automatic build process
- week releases
Deletions:
- Move all application/view/*.tpl to the blank template application. Modify the template. this make sense for customizing the generaed view with custom header, logo, etc.


Revision [185]

Edited on 2007-06-11 16:50:23 by GiuseppePlatania
Deletions:
- the generator automatically copy the template (blank) to the target directory.
- creates an html file with all important links for development including
~a) log directory
~a) installation/update
~a) [main.php]


Revision [156]

The oldest known version of this page was created on 2007-06-01 12:48:13 by GiuseppePlatania [created]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1343 seconds