Coder Social home page Coder Social logo

Support for Spring Roo? about extdirectspring HOT 2 CLOSED

ralscha avatar ralscha commented on August 23, 2024
Support for Spring Roo?

from extdirectspring.

Comments (2)

ralscha avatar ralscha commented on August 23, 2024

Hi

No I haven't thought about this. It looks very interesting but because I'm
not a roo user I haven't any experience with this framework.

Although there is something I would love to add to the library. A Model
generator.
Most of the time there is a Java object and it has to match with the Ext
Model object.
The idea is to create a controller like this that automatically generates
Javascript code.

@controller
public class ExtModelGenerator {
@RequestMapping(value = "/app/model/{className}.js", method =
RequestMethod.GET)
@responsebody
public String model(@PathVariable String className) {
//look for Java class, introspect all the fields and
//validation annotations (JSR303) and
//generate an Ext Model object.
}
}

I guess we could do the same with Stores.

Ralph

On Wed, Jul 18, 2012 at 12:13 AM, OliverFischer <
[email protected]

wrote:

Hi Ralscha,

have you ever thought about creating an add on for spring roo to expose
your functionality in a similar fashion like the GWT addon?


Reply to this email directly or view it on GitHub:
#37

from extdirectspring.

gdwhite avatar gdwhite commented on August 23, 2024

I had actually been flirting with the idea of creating a Roo plugin for extdirectspring. I'm a ways off from taking a shot at it but I'll post back if I come up with anything.

from extdirectspring.

Related Issues (20)

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.