The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for edgars during July 2006

As Alexandre Gomes told on JavaOne2006 "Greenbox is a lot of ideas", besides ideas, it have a lot of very easy instruments to generate source really easy. Creating a Metamoldel serializer for XML To do that is quite easy, you have a interface available since 2002 on framework, its name is IXmlMetamodel. Then I did an implementation using XStream tool, which you can see in the following code...
XStream is the kind of project which is so easy and so great, that if somebody try give a presenation about that could be hard spend more than five minutes. I've used XStream on some new supports for Greebox in order to allow Eclipse Developers use it. Here I will take a piece of tests of my evaluations: xml = new XStream(); xml.alias("class",net.java.dev.greenbox.base.Clazz.class); xml....
Right now I am developing plugins-module for Greenbox Framework, and I spent so many times to discover how NetBeans works internally, its details, and a lot of related issues. Ofcouse, I lot of users and customers asked me for an Eclipse Version, and I am trying to do almost the same, but NetBeans and Eclipse are completelly different platforms. Then all work I spend on NetBeans, anybody else...