Posted by kathayat on July 26, 2007
Hints, tips and tricks concerning the use of the EMF API’s.
Initializing a ResourceSet
When using a ResourceSet object with the EMF-UML2 profile (as in various of the tutorials), you must build a map of URI mappings, as these are used internally by the UML2 metamodel. Each of these mappings maps a logical URI to a physical URI. Read the rest of this entry »
Posted in Eclipse EMF | Leave a Comment »
Posted by kathayat on July 26, 2007
public void saveModel(EObject project)
{
try{
@SuppressWarnings(“unused”)
URI fileURI = URI.createFileURI(“data/test1.xml”);
Resource poResource = new XMLResourceFactoryImpl().createResource(fileURI);
poResource.getContents().add(project);
poResource.save(null);
} catch(Exception ex)
{
ex.printStackTrace();
}
}
Read the rest of this entry »
Posted in Eclipse EMF | Leave a Comment »
Posted by kathayat on July 26, 2007
Posted in Uncategorized | Leave a Comment »
Posted by kathayat on July 25, 2007
५५ हजार भाट मासिक …I gave up. @RingZero Networks. Thailand
Posted in Uncategorized | Leave a Comment »
Posted by kathayat on July 24, 2007
Posted in Uncategorized | Leave a Comment »
Posted by kathayat on July 20, 2007
Posted in Linux Stuffs | Leave a Comment »
Posted by kathayat on July 18, 2007
Update sites for the Subversion with Eclipse
Posted in Subversion | Leave a Comment »