Saturday, December 8, 2007

Features to appear soon

Already finished but not yet on the update site:
  • All the EPackages registered in EPackage.Registry.INSTANCE are now imported by default so you can refer them by their Java implementations
  • Importing existing GenModels suppoted: you can refer to existing (but not registered) Ecore classes by their generated Java implementations
  • Unknown type are now reported, not wrapped into EDataTypes silently
To be done in the nearest future:
  • Import of Java2Ecore models: you can use EClassifiers declared by one Java2Ecore class in another
  • Displaying Ecore validation results in editor: you see what's wrong with your model from metamodel constraint perspcetive
  • Ecore2Java transformations: generate Java2Ecore definition from your Ecore model

Tuesday, December 4, 2007

Version 0.2 Beta is available

Version 0.2 beta with many exciting improvements is available (now through the update site):
http://java2ecore.googlecode.com/svn/trunk/org.abreslav.java2ecore.updatesite/site.xml

Tuesday, November 20, 2007

Java2Ecore@EPIC

Today Java2Ecore was accepted by EPIC (Eclipse Plug-In Central) public repository.
Is is stored here.

And don't forget to rate it!

Pre-alpha version

You can checkout first snapshots of Java2Ecore from here:
http://code.google.com/p/java2ecore/downloads/list

See project wiki for precise instructions...

Hello, Java2Ecore

Java2Ecore is a textual syntax processor for Ecore created while waiting for new Emfatic :).
It fully supports generics and have a nice integration with Eclipse.

For now there's only some provisional (but working) code in the repository, but it's going to be completed very soon.

Check it out along with some description here.