GithubHelp home page GithubHelp logo

guniorobot / more-than-properties Goto Github PK

View Code? Open in Web Editor NEW

This project forked from schauder/more-than-properties

1.0 2.0 0.0 145 KB

Fooling around with an alternative to Java and Scala Beans, Layouts and GUIs

Home Page: http://blog.schauderhaft.de/

more-than-properties's Introduction

More Then Properties (MTP) is an experimental approach to binding and validation for Swing Components with Scala.

But it goes beyond just binding to components. The idea is that you can specify the complete logic for a panel without referencing a single Swing class and without specifying a property or similar using a String or any other mechanism which basically boils down to reflection. If this is achieved you can

  • create at least a prototype GUI automatically

  • test the GUI behavior without worrying about EDT and Swing Components or ugly things like Robots

  • tweak and manipulate the GUI layout without worrying about breaking the logic, because

    a) in the GUI code is no more logic embedded

    b) you have good test coverage for it.

If you are interested, continue reading in the Wiki or dive into the Source Code. I recommend the PersonEditor, which is an example of what is currently possible.

There is a lot of experimentation going on in this project, which means nothing is stable. So if you are interested in using anything just grab the source code and let me know about your experiences.

more-than-properties's People

Contributors

schauder avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.