RE: Matisse with XML?

"Christian Hessenbruch" <[email protected]>
Newsgroups gmane.comp.java.netbeans.user-interface
Message-ID <[email protected]>
I suprises me that no one else see the potential in this feature request? Or has this mailinglist simply fallen asleep?

I don't see that component layout belongs in the application as java statements. As I see it, it would be much cleaner to keep the layout in xml (form) file and instantiate it whenever needed.

As mentioned earlier, it would make it possible to reuse layout and enable non-developers to alter the layout. Even more it would fit very well with patterns like "Presentation model" / "Model View Presenter". I'm aware that patterns can be applied to the view-class created by Matisse, but it would be simpler if the (requested) FormParser would just request components from my application. The components returned to the FormParser could allready be bound to the data object.

Do you disagree?

/Christian

It may be that the 'FormParser' is allready available, but I haven't been able to locate it in the source/javadocs?!

Links:
http://www.martinfowler.com/eaaDev/ModelViewPresenter.html
http://www.martinfowler.com/eaaDev/PresentationModel.html
https://binding.dev.java.net/




-----Original Message-----
From: Wade Chandler [mailto:[email protected]]
Sent: 29. oktober 2005 19:35
To: [email protected]
Subject: Re: [nbui] Matisse with XML?


--- Christian Hessenbruch <[email protected]> wrote:

> 
> I hope that some of the developers behind Matisse is
> on this mailinglist, cause I've got a suggestion,
> and im not sure where to send it?
> 
> What I think would be *really* cool, where if
> Matisse offered the possiblity to export the
> generated layout to XML, and also provided a parser
> to turn the XML back into a layout.
> 
> To apply the layout on my application I would have
> to use 'GroupLayoutParser' that would parse the XML
> and ask my application for the components using some
> interface.
> 
> My application would implement something like:
> 
> Interface GroupLayoutComponentSupplier {
>   public Component getComponent(String name);
> }
> 
> And to populate the GUI I would call something like:
> 
> File xmlfile = new File(mylayout.xml);
> JPanel panel =
> GroupLayoutParser.doLayoutPanel(xmlfile, this); //
> this instanceof GroupLayoutComponentSupplier
> 
> That way I would get rid of all the autogenerated
> layout code, and be able to reuse a layout. Maybe I
> could even allow the users of the application to
> rearrange the gui as it no longer affects the code
> (as long as components are not added).
> 
> /Christian
> 

I think java.beans.XMLEncoder may already do what you
want to do.  It will take a panel or frame and write
it out to XML in it's format and then you can
reinstate it later.  It's a way to long term serialize
beans and swing objects.

Wade

****************************************************************************
Virus checked by mailFence from Sure Solutions and nothing was found (www.SureSolutions.dk)
****************************************************************************
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.