SoybeanMilk is a simple, friendly, and zero-invasive Java MVC framework:

  • It has few learning costs, you only need to know JSP and Servlet technology.
  • It does not make you complying with any coding pattern.
  • It can have zero appearance in your codes.

Using it, you can make any Java method to be a Web application by writing a few XML codes.

And also it:

  • supports RESTful.
  • supplies a powerful and extensible built-in converter which can automatically convert request parameters to complex JavaBean object.
  • can be easily integrated with Spring or Velocity or some other frameworks.

It may be a good choice if you are a web developer and feeling a little hate with the develop mode of some framework.

And more, it can not only be used in web development but also in desktop development.

 

History