3

I'm looking for a desktop application framework similar to Rails/Django but for Java desktop GUI's:

  • Good ORM (xml, db, whatever)
  • MVC
  • Default directory structure
  • View Helpers / CRUD support
  • Open Source & Mature

Basically, I want to define a large number of models for a desktop application either in Java or schemas and have a simplistic GUI framework generated to begin extending.

Does anything out there do this or come close?

Thanks.

4 Answers 4

1

You might try looking at Griffon: http://griffon.codehaus.org/. It's an MVC framework using the Groovy scripting language.

Sign up to request clarification or add additional context in comments.

Comments

1

How about Monkeybars? It's a nice JRuby MVC framework (somewhat inspired by Rails, I think) that runs on top of Swing; you can use any ORM you like with it. I've had a lot of luck with it.

I was using Swinger for testing, but according to http://jeffkreeftmeijer.com/2011/capybara-ate-swinger/ , I think Capybara will now drive Swing apps.

Comments

0

While it isn't quite spot on, have you looked at grails (http://grails.org)?

1 Comment

its not even close to spot on, the dude asked for a desktop environment
0

You can take a look at scala. If you prefer Ruby, then you might try JRuby.

Today, Web applications run smoothly just like desktop apps using ajax. Ext js is a good example.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.