Search:

Type: Posts; User: joshefin; Keyword(s):

Search: Search took 0.05 seconds.

  1. Thread: GUI for Roo

    by joshefin
    Replies
    10
    Views
    1,716

    Roo Team, any answer about the diagrams,...

    Roo Team, any answer about the diagrams, documentation, etc ?
  2. Thread: GUI for Roo

    by joshefin
    Replies
    10
    Views
    1,716

    I planned to do the same thing and use a file in...

    I planned to do the same thing and use a file in some xml based format as a backing file for the entity diagram. This file can be modified by using the GUI, executing Roo commands or modifying java...
  3. Thread: GUI for Roo

    by joshefin
    Replies
    10
    Views
    1,716

    I was going with the way Roo works, where each...

    I was going with the way Roo works, where each command generates code, but i think you're right.

    As for polling and tracking changes, i was hoping for a more concrete example or suggestion where...
  4. Thread: GUI for Roo

    by joshefin
    Replies
    10
    Views
    1,716

    As you said, there are already some tools that...

    As you said, there are already some tools that can generate Roo scripts from UML, but none of those seems as easy to use as Roo. I don't want to write a converter. What i have in mind is a simple GUI...
  5. Thread: GUI for Roo

    by joshefin
    Replies
    10
    Views
    1,716

    GUI for Roo

    Hi to authors of Spring Roo,

    I'm starting to work on my master's thesis, and since i want to make something useful and interesting i thought about doing a GUI for Roo. My first idea was to make a...
  6. They are not loading twice because in one...

    They are not loading twice because in one configuration there is an exclude filter and in another it's not loading the defaults, only Controllers.

    I found a solution:

    In application context I...
  7. It's configured pretty much in the same way like...

    It's configured pretty much in the same way like all roo-generated projects ... So it's based on Spring 3. Entities have @Entity, DAOs @Repository and service classes @Service. Here are the parts of...
  8. I tried that, but it the same as autowiring the...

    I tried that, but it the same as autowiring the ApplicationContext. getBean(name) can't find those beans ...
  9. Yes, that works, but I don't know which service I...

    Yes, that works, but I don't know which service I need - it's a universal converter, so I need to find a service bean by name.
  10. Access service or DAO beans from a GenericConverter

    I want to make a converter similar to IdToEntityConverter, but instead of calling a find method from entity class, I want it to call find method from a specific DAO (annotated with @Repository) or...
Results 1 to 10 of 10