Hello, Finally I have finished the documentation of the format of the definition of the forms that Metastorage is capabale of generating. It took me a long...
Hello, Finally, I have done a page for Frequently Asked Questions about Metastorage. I am preparing to announce the new Metastorage release with the forms ...
Hello, Finally I finished some documentation on using the code generated by Metastorage in your applications. This includes the use of forms handling classes...
Hello, Metastorage generates form handling classes In the continuation of the work to achieve further reduction of application development efforts, the new...
LS Please publish confirmations that you have been able to install the example project ( i presume there is one) and that you understand how to use it and if...
Hello! ... how to use it and if you think it's usefull. My first try was unsuccesfull. But after I got the latest version of the project files, everything went...
Will you use it as your development tool for building sites? I haven't followed it for a while. Do you have two equivalent sets of code: Java (flavors?) and...
Hello, ... That is planned to be made an option to serve different purposes, but to which purpose would you like to have that? -- Regards, Manuel Lemos Free...
Hi Manuel and Group, I have been investigating Metastorage for a month now and have been very impressed by your efforts. In fact I am using Metastorage in a...
Hello, ... I need to understand better what you mean. Do you mean delete the object permanently or just remove it from one collection of a related object and...
... As I am going to write alot of code that calls these generated classes I would like to use get and set methods for access to all the classes variables....
Hello, ... Metastorage already generate classes with public, protected and package class restricted members, in the intermediate MetaL source code. They only...
Hi Manuel et al, Sorry about the delay in replying. Hectic week. ... I have a many-to-many relationship between Suppliers and Services. A particular supplier...
Hello, ... Yes, I can implement that soon. The basic cases are easy. The only doubt that I have is what to do about the cases when it is attempted delete an ...
Trying to rebuild cms with the latest documentation. C:\php4\metal\metastorage>/php4/php metastorage my_cms.component Usage: metastorage can only be run from...
Is this supposed to work??? I downloaded the latest cvs earlier today. After hacking to cms component and forms files (because of various error) I get this (...
Hello, ... This is message is odd. Which version of PHP are you using? It should be a terminal error message. Did you hack metastorage script to ignore the...
Hello, ... This is because you are telling it to display an object in the place of a constant text value, which does not make sense. I guess it was a copy and...
Manuel, Version: C:\php4>php -v PHP 4.3.0-dev (cli) (built: Nov 3 2002 18:54:45), Copyright (c) 1997-2002 The P HP Group Zend Engine v1.3.0, Copyright (c)...
Manuel, It was a complete copy and paste from the current documentation. I will check out your comments further tomorrow... need some sleep now. I will get...
Hello, ... Yes, there was a typo in the documentation and that would not work. I supposed you changed it to make it work despite it was not valid. I am glad...
Hello, ... I can't reproduce the problem with the current version (metastorage 1.8). There was a problem with versions before 1.4 that made it fail with that...
In the documentation says: * Forms handling classes The generated forms handling classes follow the Model-View-Controller (MVC) aggregate design pattern to...
Hello, ... I am working on a tutorial that gives working examples for this. Meanwhile, if you download the original Metastorage from the download page (not...
Hello--I don't know if this board is still active, but I'll ask anyway. I'm trying to run a simple test on Metastorage using a very simple component...
Hello, ... It should be just metastorage where you typed metastorage.php . metastorage.php is a the file of class that wraps around the compiler. It does not...
So far i have been working mainly with java, i have experience in building guis in xml with thinlet and java gui builder. With a java background it is fairly...