Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metal-dev · MetaL Development

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 68 - 97 of 555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
68 Manuel Lemos
mallemos Send Email
Jan 4, 2002
7:55 am
Hello, Finally I made the proof of concept of MetaL by generating a class and a test script from MetaL code in either PHP and Java. The code in both languages...
69 Manuel Lemos
mallemos Send Email
Sep 13, 2002
8:50 am
Hello, ... Coincidentally I am starting to work on a module for the MetaL compiler engine that is meant to generate object persistent layers eventually to SQL...
70 Alex Black
zeomis Send Email
Sep 13, 2002
6:21 pm
ola, hopefully this isn't butting in manuel :) ... Manuel is doing a project called MetaL which is effectively an XML code representation -> PHP (or whatever...
71 Manuel Lemos
mallemos Send Email
Sep 16, 2002
4:55 am
Hello, ... I have studied several object-relational (O/R) data abstraction layers (DAL), some more complete than others. I mostly disliked those that rely on...
72 Manuel Lemos
mallemos Send Email
Sep 16, 2002
7:20 pm
Hello, ... It is not defined yet because I am just starting to work on it. ... Actually when you see the MetaL ingredients and recipe steps you will see a file...
73 Manuel Lemos
mallemos Send Email
Sep 17, 2002
2:19 am
Hello, ... that. ... set up. I don't know if you got what I mean. I meant all DAL code is generated by MetaL, so I plan to not need any base classes to inherit...
74 Manuel Lemos
mallemos Send Email
Sep 17, 2002
3:58 am
Hello, ... You may want to try this program: http://uml.sourceforge.net/ . It supports XMI and generates Java and C++. It does not update previously generated...
75 Alex Black
zeomis Send Email
Sep 17, 2002
5:54 pm
... PoseidonURL is very good, based on Argo. No class generation... I'm inclined to use a charting tool like OmniG to create UML diagrams that people just use...
76 Manuel Lemos
mallemos Send Email
Sep 18, 2002
3:11 am
Hello, ... Yes, I tried that in the past but I gave up because just for modelling it seemed very complete but I dropped it because it was not good for ...
77 Manuel Lemos
mallemos Send Email
Sep 27, 2002
9:13 am
Hello, Finally I made time to put together a release of MetaL for public evaluation. I am not yet announcing this widely because I need some feedback on the ...
78 Manuel Lemos
mallemos Send Email
Nov 1, 2002
10:05 am
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...
79 Manuel Lemos
mallemos Send Email
Dec 5, 2002
5:14 pm
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...
80 Alessander Thomaz
kappuera@... Send Email
Dec 5, 2002
5:21 pm
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...
81 Alessander Thomaz
kappuera@... Send Email
Dec 5, 2002
5:29 pm
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,...
82 Manuel Lemos
mallemos Send Email
Dec 9, 2002
3:47 pm
Hello, As announced last week, Metastorage is an application that generates customizable APIs made of classes that store and retrieve objects stored in...
83 Jason Hines
oweff Send Email
Dec 14, 2002
9:33 pm
Is there an example available anywhere that demonstrates how the generated data classes / factory class should be interfaced within an external PHP script?...
84 Manuel Lemos
mallemos Send Email
Dec 15, 2002
12:17 am
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... ... ...
85 wgollino <wgollino...
wgollino Send Email
Dec 31, 2002
3:21 pm
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...
86 Manuel Lemos
mallemos Send Email
Dec 31, 2002
9:18 pm
Hello, ... Here is the problem. PHP object assignment creates a new object. Change this to: $user=&$factory->createUser(); ... Initializing the factory is only...
87 wgollino <wgollino...
wgollino Send Email
Jan 3, 2003
4:14 pm
Hi, That solved the problem. Thanks! - Willie Gollino ... app. ... retrieve ... Change ... between ... meant to ... could ... the ... using ... optionally...
88 Mike Carter
mcarter@... Send Email
Jan 17, 2003
4:32 pm
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...
89 Steve Fisk
sfisk@... Send Email
Jan 17, 2003
5:32 pm
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 ...
90 Manuel Lemos
mallemos Send Email
Jan 18, 2003
1:57 am
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...
91 Manuel Lemos
mallemos Send Email
Jan 18, 2003
2:16 am
Hello, ... Metastorage generates classes for creating or updating the database schemas. You can run the installschema type function as many times as you want....
92 Manuel Lemos
mallemos Send Email
Jan 20, 2003
5:29 am
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...
93 Mike Carter
mcarter@... Send Email
Jan 20, 2003
10:10 am
... Brilliant :-) Thanks for the effort over the weekend! ... Nice. Thankyou Manuel. Regards, Mike C ...
94 Mike Carter
mcarter@... Send Email
Jan 21, 2003
2:20 pm
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...
95 Steve Fisk
sfisk@... Send Email
Jan 21, 2003
3:05 pm
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> ...
96 Manuel Lemos
mallemos Send Email
Jan 21, 2003
3:54 pm
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 ...
97 Manuel Lemos
mallemos Send Email
Jan 21, 2003
4:00 pm
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...
Messages 68 - 97 of 555   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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