Search the web
Sign In
New User? Sign Up
metal-dev · MetaL Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 78 - 107 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
78
Hello, Finally I was able to make a initial release of MetaL persistence module. There is a more detailed news release in the page below, but basically this a...
Manuel Lemos
mallemos
Offline Send Email
Nov 1, 2002
10:05 am
79
Hello, Finally I made time to release a full blown application based on MetaL compiler persistence module. Here is the release announcement that may also be...
Manuel Lemos
mallemos
Offline Send Email
Dec 5, 2002
5:14 pm
80
Fala Manuel, Nossa... foi bom me mandar esse email... lembrei que tenho que traduzir a apresentação do metal.. vou ver se consigo essa semana, ou antes da...
Alessander Thomaz
kappuera@...
Send Email
Dec 5, 2002
5:21 pm
81
Sorry, This email not is public list, are is private to manuel lemos. Best Resgards, Alessander Thomaz At 15:25 05/12/02 -0200, you wrote: >Fala Manuel,...
Alessander Thomaz
kappuera@...
Send Email
Dec 5, 2002
5:29 pm
82
Hello, As announced last week, Metastorage is an application that generates customizable APIs made of classes that store and retrieve objects stored in...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2002
3:47 pm
83
Is there an example available anywhere that demonstrates how the generated data classes / factory class should be interfaced within an external PHP script?...
Jason Hines
oweff
Offline Send Email
Dec 14, 2002
9:33 pm
84
Hello, ... Yes, you are right, the documentation needs to be improved on this aspect. I will try to provide something in that direction soon. ... Yes... ... ...
Manuel Lemos
mallemos
Offline Send Email
Dec 15, 2002
12:17 am
85
First of all, I have to say that I really like the metastorage app. Anything that makes work simpler is a Good Idea :) I've trying to test some metastorage...
wgollino <wgollino@...>
wgollino
Offline Send Email
Dec 31, 2002
3:21 pm
86
Hello, ... Here is the problem. PHP object assignment creates a new object. Change this to: $user=&$factory->createUser(); ... Initializing the factory is only...
Manuel Lemos
mallemos
Offline Send Email
Dec 31, 2002
9:18 pm
87
Hi, That solved the problem. Thanks! - Willie Gollino ... app. ... retrieve ... Change ... between ... meant to ... could ... the ... using ... optionally...
wgollino <wgollino@...>
wgollino
Offline Send Email
Jan 3, 2003
4:14 pm
88
Hi, ... Due to the company network I am unable to access non "standard" ports due to the firewall. This has prevented me from connecting to CVS outside the...
Mike Carter
mcarter@...
Send Email
Jan 17, 2003
4:32 pm
89
Thanks for your correspondence - I feel a lot happier about the whole thing now - it has just taken a whole day of reading the manual, your replies and ...
Steve Fisk
sfisk@...
Send Email
Jan 17, 2003
5:32 pm
90
Hello, ... A CVS frontend is just for browsing. It is not convinient for dowloading the latest developments of of the project in a single archive. I will look...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2003
1:57 am
91
Hello, ... Metastorage generates classes for creating or updating the database schemas. You can run the installschema type function as many times as you want....
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2003
2:16 am
92
Hello, I have just made available a XML-RSS news feed to help keep tracking the progress of the Metastorage progress. This is a 3 in 1 file: ChangeLog, TODO...
Manuel Lemos
mallemos
Offline Send Email
Jan 20, 2003
5:29 am
93
... Brilliant :-) Thanks for the effort over the weekend! ... Nice. Thankyou Manuel. Regards, Mike C ...
Mike Carter
mcarter@...
Send Email
Jan 20, 2003
10:10 am
94
Hi all? I was wondering if anybody has bothered to work on a way of generating default HTML form templates based on component class schemas - as a nice way of...
Mike Carter
mcarter@...
Send Email
Jan 21, 2003
2:20 pm
95
Have got 4 classes in my component file – RecordEntry is the first one I declare in the XML and I use it to declare a collection thus: <collection> ...
Steve Fisk
sfisk@...
Send Email
Jan 21, 2003
3:05 pm
96
Hello, ... This means that there seems to be no variable or collection in the class RecordEntry with the name Member. Keep in mind that all names are case ...
Manuel Lemos
mallemos
Offline Send Email
Jan 21, 2003
3:54 pm
97
Hello, ... I am willing to integrate Metastorage components with forms but I have not found a way to model the way that relationship could work. I am open to...
Manuel Lemos
mallemos
Offline Send Email
Jan 21, 2003
4:00 pm
98
And the reference can be anything in the RecordEntry class i.e. memberid - or does it have to be an object of type member for example? Like author in Articles...
Steve Fisk
sfisk@...
Send Email
Jan 21, 2003
4:12 pm
99
Any ideas what this error means? building files/installcomponent.files ... Error: it was not specified a valid length STRING expression (File ...
Steve Fisk
sfisk@...
Send Email
Jan 21, 2003
5:08 pm
100
... "generated/Member.class", Line 538, Column 6, Byte 13822). Should have said – this is trying to run the xml component through install.php in Metastorage ...
Steve Fisk
sfisk@...
Send Email
Jan 21, 2003
5:13 pm
101
The error in my previous e-mail was to do with the validation and validateMember method – does anyone know exactly how they work? It seems that in the...
Steve Fisk
sfisk@...
Send Email
Jan 21, 2003
5:33 pm
102
Hello, ... It is all explained in Metastorage manual: http://www.meta-language.net/metastorage.html#5.1.6 http://www.meta-language.net/metastorage.html#10.4.3 ...
Manuel Lemos
mallemos
Offline Send Email
Jan 22, 2003
1:26 am
103
Hello, ... It seems that you have specified a variable that is not of the text type in a notempty validation rule. Anyway, Metastorage should have verified...
Manuel Lemos
mallemos
Offline Send Email
Jan 22, 2003
1:54 am
104
Hi, I noticed that transaction support is on the todo list. Have you got a clear way for it all to work in mind? I was wondering if (for now) you would be...
Mike Carter
mcarter@...
Send Email
Jan 22, 2003
9:54 am
105
Hello, ... If supporting the default isolation level is sufficient for you, this is very easy to add. Basically the factory class will have 3 new types of ...
Manuel Lemos
mallemos
Offline Send Email
Jan 22, 2003
5:05 pm
106
Just saying hello. I am a MetaL[newbie] (of course). Very excited about MetaL. Amazed about the low traffic here and the fact that MetaL is not so well known. ...
Jim Caprioli
ndroock1
Offline Send Email
Mar 22, 2003
8:59 am
107
Hello, ... Yes, the greatest problem is that I have not found the time to document MetaL itself to make it more interesting. Anyway, MetaL itself is not very...
Manuel Lemos
mallemos
Offline Send Email
Mar 22, 2003
9:11 am
Messages 78 - 107 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help