There are 5 days left until the deadline of FAMOOSr 2008:
http://moose.unibe.ch/events/famoosr2008
We are looking for new ideas (2 page) and experience reports (4 pages)
related to Moose, FAMIX and reengineering in general. The
contributions can be either theoretical or practical and it can be
academic or industry oriented.
The ultimate goal is to spawn a discussion regarding the current and
future directions in Moose, FAMIX and reengineering.
FAMOOSr organizers
Hi Doru,
if I can help after the Dojo with documentation, Q&A, testing or coding, let me know. I could spend about 4 hours a week for the next 3 months.
cu
Pascal Vollmer
Pascal Vollmer
Email: pascal.vollmer(a)ieee.org
Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv
Hi,
We will organize a Moose Dojo during May 22-23
http://moose.unibe.ch/events/2008-04-22-dojo
This dojo will be focused on one single topic:
--- Porting Moose to Squeak ---
To make the dojo effective, I am compiling a list of tasks that should
be addressed. The goal is not to complete the port, but rather to
explore as many porting problems as possible and to identify an
interested team for the effort.
If you are interested in participating, please let me know what you
would like to work on.
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"No matter how many recipes we'll know, we'll still value a chef."
Hi!
What would be the nice way to represent a generic type in Famix?
It seems to me that subclassing FAMIXAbstractScopable into a
FAMIXGenericType is the way to go.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Dear List,
Let's imagine that a class B is imported into a FAMIX Model, and A,
the superclass of B, has _not_ been imported. Should the superclass
of the B FAMIXClass refers to a FAMIXUnknownVariable?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi
I wanted to import a model from a stream
I did the following:
m := SCG.Moose.MooseModel new.
loader SCG.Moose.MooseImporter withActiveMetamodel.
loader importSTream: NameMatchingTest lanModel readStream.
Now I do not know how I can specify in which model the resulting
entities should be added.
When I use an SmalltalkImporter I usually do it that way:
m := SCG.Moose.MooseModel new.
PundleImporter new
model: m ;
addPundleNamed: 'xxx' ;
run
and m is populated.
So Importer is not following the same pattern or I'm stupid and in
both cases this is annoying.
stef
Hi
I saw that name: is depreacted in moose model. However it does not
give me any hints of the solution.
It would be nice to use the deprecated method to help the reader to
understand what is the alternative.
stef