U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » How to program real U++ applications
Re: How to program real U++ applications [message #25969 is a reply to message #25968] Mon, 22 March 2010 16:33 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
Another stuff is when you want to save app data, not just settings.
That depends too much upon your app structure....
In my app I've got files containing a 'fixed' part (customer name, site and so on...) and a 'variable' part wich is composed by an array of classes derived from a main (Page, in my app) base class, so a polymorphic class array.
For 'fixed' part I just xmlize single values, and for 'variable' part..... also Xmlize, but the full array using PolyXML bazaar stuff. That makes really easy to add new data to the application with no need to touch at a single line in main app class.

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Xmlize hates spaces
Next Topic: Strange issue with VectorMap<String, String>
Goto Forum:
  


Current Time: Wed Jul 01 01:26:16 GMT+2 2026

Total time taken to generate the page: 0.00538 seconds