Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Giovanni Azua" Newsgroups: comp.lang.java.gui Subject: app framework and arch for new Swing GUI? Date: Sun, 5 May 2013 16:28:42 +0200 Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: individual.net FOEhzC4t5/8/j6XWiHTi0gxhgHjv2Q3Jisn5da15zsPFcYc9gJ Cancel-Lock: sha1:xSVcApao7RNqBsjrpOQAb/Ed75U= X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3505.912 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3505.912 Xref: csiph.com comp.lang.java.gui:5332 Hello, I will be starting a new Swing-based GUI and have been looking at some existing frameworks to leverage on the UI side not only regarding the Widgets but also architecture-wise. I'm sure I need JIDE Grids (and other UI components) but I'm unsure what path to take architecture-wise without prolonging much longer the framework-selection decision face. I would appreciate freedback or experiences: - Use Spring RCP as application framework (binding, validation, etc.) then reuse UI components from JIDE or other third-party - Use JGoodies as application framework (binding, validation, etc.) then reuse UI components from JIDE or other third-party. - Use JIDE Application framework. I would appreciate if people with experience in those frameworks could advice. I have excluded Netbeans and Eclipse SWT because they seem as overkill as over-complex for my needs. TIA, Best regards, Giovanni