Message Boards

« Back to 9.- News

New XMLPortletFactory version on SourceForge (December 4, 2011)

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello again community,

Just uploaded XMLPortletFactory-6.x-v1.9-beta.zip to SourceForge.net, there are a few changes and improvements.

- Now empty <detailFiles> nodes in your xml definitions, will not generate error, because they will be checked against xmlportletfactory.xsd.
This corrects the posibility of creating empty <detailFiles>, that lead to wrong code generation, as seen in Chetan Dhananjaya's post: "Problem in Master - detail Relationship at MultiLevel."

- Now Filenames can be started with upppercase because class name and field name are disociated, so
People class can use Person file.
- Create sh and bat, modified to support uppercase starting of file name.
- Portlet_view modified so propertie field name in search container start with lower case allways.
The upper three lines, addresses Dieter Engelhardt's posts "Why is the classDef restricted to start with lowercase"

- Bug of duplicate variable when 2 details of a detail, corrected.
This solves Chethan Dhananjaya's post "Problem in adding further more relationships for School Courses Example".


You can upgrade your program, and re-generate your xml.

Saludos, Jack.