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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 65 - 94 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
65
Hello there! I´m new to this group and have some trouble. My environment win2000/professional cygwin. Compiling helloworld in php works fine compiling in...
anton.hummel@...
easysoftdv
Offline Send Email
Nov 10, 2001
6:58 am
66
Hello, ... What does the error message say? Valid languages are Java and Perl . That is case sensitive. Regards, Manuel Lemos...
mlemos@...
mallemos
Offline Send Email
Nov 17, 2001
2:48 am
67
Hello, Although this was done more than one week ago, I have been very busy with other developments and could not announce before that MetaL is now capable of...
Manuel Lemos
mallemos
Offline Send Email
Dec 24, 2001
5:32 pm
68
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...
Manuel Lemos
mallemos
Offline Send Email
Jan 4, 2002
7:55 am
69
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...
Manuel Lemos
mallemos
Offline Send Email
Sep 13, 2002
8:50 am
70
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...
Alex Black
zeomis
Offline Send Email
Sep 13, 2002
6:21 pm
71
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...
Manuel Lemos
mallemos
Offline Send Email
Sep 16, 2002
4:55 am
72
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...
Manuel Lemos
mallemos
Offline Send Email
Sep 16, 2002
7:20 pm
73
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...
Manuel Lemos
mallemos
Offline Send Email
Sep 17, 2002
2:19 am
74
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...
Manuel Lemos
mallemos
Offline Send Email
Sep 17, 2002
3:58 am
75
... 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...
Alex Black
zeomis
Offline Send Email
Sep 17, 2002
5:54 pm
76
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 ...
Manuel Lemos
mallemos
Offline Send Email
Sep 18, 2002
3:11 am
77
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 ...
Manuel Lemos
mallemos
Offline Send Email
Sep 27, 2002
9:13 am
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
Messages 65 - 94 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