Hi Sandro, thanks for your quick comment. This is one of many pieces of code I have written that would IMHO be useful as an integral part of pivot. Best place to integrate this one would be the DesktopApplicationContext class, I think (that way, we could avoid duplicating the code for DesktopDisplayHost and HostDialog). If you think otherwise, then I would indeed like to have access to those both classes from outside of DesktopApplicationContext, e. g. by making them protected (not ideal) or package access. Or by taking them out of DesktopApplicationContext altogether. Let's agree on a strategy here, then I can implement it against trunk and send you a patch together with the grant for usage in ASF derived work. Best to wait after the 2.0.1 release, isn't it?
Apart from all that, I have also some code exceeding the (as I understand it) intended scope of Pivot. Mainly, this is about integrations with MigLayout, the spring framework and JPA. I could imagine sharing that, too, probably best as part of the Apache Extras projects. Is there some overview of those projects somewhere? Best regards Thomas ------------------------------------------------------------ Thomas Guretzki Telefon +49 511 7631 334; Fax +49 511 7631 718 T.I.K. GmbH - Datenbankadministration & Softwareentwicklung Königsworther Platz 6 30167 Hannover Germany Steuer-Nr. 2520601056 Geschäftsführer: Dr. Rainer Koch, Sitz: Hannover Registereintrag: HRB 58144, Amtsgericht Hannover ________________________________ Von: Sandro Martini [via Apache Pivot - Users] [mailto:[email protected]] Gesendet: Donnerstag, 8. September 2011 10:57 An: Thomas Guretzki Betreff: Re: Rough equivalent of Swing JOptionPane.showConfirmDialog Hi all, many thanks to Thomas for the contribution here ... >@developers: would you consider making the internal classes of >DesktopApplicationContext public or at least protected? Yes, to me seem that put required stuff protected is Ok, if there aren't objections from others I'll do it. Please, can you tell me exactly what you need (or is it enough to try to build your code) ? Note that we are freezing the 2.0.1 release, so this change will be visible for 2.1 release (I can commit all changes in trunk, but just after the final freeze of 2.0.1), I hope this is not a problem for you. And last, are you interested to share your code with us ? We could put it in Pivot, but in this case (and if there aren't objections from others of course) you should put all the stuff in a zip, and attach in a new JIRA ticket (and important, grant for usage in ASF derived work), otherwise we can't use it. Or as an alternative solution, I could add you as committer in one of our Apache-Extras projects (for example this http://code.google.com/a/apache-extras.org/p/pivot-contrib/ , but we have others ...) so you can directly create a subproject and put/publish there ... but in this case this will not be included in core Pivot. Comments ? Bye, Sandro ________________________________ If you reply to this email, your message will be added to the discussion below: http://apache-pivot-users.399431.n3.nabble.com/Rough-equivalent-of-Swing-JOptionPane-showConfirmDialog-tp3250719p3319073.html To unsubscribe from Rough equivalent of Swing JOptionPane.showConfirmDialog, click here<http://apache-pivot-users.399431.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3250719&code=VGhvbWFzLkd1cmV0emtpQHRpay5pbmZvfDMyNTA3MTl8LTk2Nzg4MjMzMQ==>. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Rough-equivalent-of-Swing-JOptionPane-showConfirmDialog-tp3250719p3319225.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
