Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Just wanted to let you known I've created a Guice extension/integration for apache-pivot (if you can call it that it's just one class ). I didn't find it so thought I'd share it with you.
You can find it here: https://bitbucket.org/teyckmans/guicy-apache-pivot/overview
I've created a GuicyBXMLSerializer that extends the BXMLSerializer class. It overrides the newTypedObject method to have Guice create new classes and the newIncludeSerializer method to make sure that included BXML files also use the GuicyBXMLSerializer.
So to use it you only have to use the GuicyBXMLSerializer instead of the normal BXMLSerializer to have Guice wire your GUI classes up.
I'm working with Sandro to get this into pivot_contrib. I've made the required changes today and I'm waiting for commit access to pivot_contrib to be able to commit it there.