Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Code generator?

 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi ranchers,

Is any one using any code generator for spring framework ? like generating a code for spring framework. (Please reply me if you find any)

Thanks in Advance.
[ September 20, 2007: Message edited by: Saif uddin ]
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
the only thing that I've seen is xdoclet: http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/spring/SpringDocletTask.html
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I use 2 code generators. One is my IDE which does code completion and the other one is my brain. There's nothing better than that.
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

I use 2 code generators. One is my IDE which does code completion and the other one is my brain. There's nothing better than that.



hi Gregg,

I do agree with your 2 code generators.. the reason why ask this question is find out and compare my Spring code generator with others if there is any.. and also I try myself more and more times but couldn't find any code generator on Spring Framework. I choosed Spring code generator for my Degree project.

one more thing I like to having comments and suggestion from the experts if they have any.. (it would be more helpful for me)

Thanks

and Thanks Nick Williamson for the link now i am moving to this..

Thanks again.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hey Saif,

What exactly are you trying to generate? Are you planning to use it in a wizard like fashion to generate stubs or based on a configuration generate the classes?

Depending on your exact needs you can do something simple or something very complex. I think you should take a look at the source of Spring IDE and the Spring framework itself (especially the initialization and wiring part) and see how it builds up the beans and dependencies and understand the design.
See how the beans are built up (those can be configured in xml, properties or programatically) check on the bean object and see what can be done in that area.

These are some suggestions and maybe not what you need.
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
How is it going with you're project Muhammad,

I really would like to see some good code generator around here, call me lazy but I'm allways think in making code generator for all the frameworks I start to learn.
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Originally posted by Marcus Sanchez:
call me lazy



Ok, Lazy.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Originally posted by Saif uddin:
hi ranchers,

Is any one using any code generator for spring framework ? like generating a code for spring framework. (Please reply me if you find any)

Thanks in Advance.

[ September 20, 2007: Message edited by: Saif uddin ]



Try BadRAD.com
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Thanks Vidhu for that links,

sorry for late reply,

Originally posted by Marcus Sanchez:
How is it going with you're project Muhammad,



Yeah Its going fine.. I have finished it, and I got plan to upload this code generator on web to make accessible for every one.. and thanks for asking,
 
Muhammad Saifuddin
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
It has been a long while to this thread and it might be too late to complete it. Just wanna inform that, the project (Code Generator) has been uploaded. Please refer to the my signature.

Its free

I will look forward for suggestions.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Removed Blatant Advertising by Mark Spritzler
[ December 04, 2008: Message edited by: Mark Spritzler ]
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Blatant Advertising removed by Mark Spritzler
[ December 04, 2008: Message edited by: Mark Spritzler ]
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Dan, if you want to advertise your interesting link. We have a forum for that, called Blatant Advertising. Please post it there. It does look promising, but we cannot have those posts to threads in our regular forums. I already deleted your replies to two other threads in this forum.

Thanks for understanding, and please definitely post it in the Blatant Advertising forum as I am sure there are plenty of people that would be interested in hearing more about it. But it must be in that forum, and not this one.

Mark
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I didn't notice before that T Sully has done the same in other threads too. So "T Sully" blatant advertising belongs in the Blatant Advertising forum and not here.

Also "T Sully" does not meet the JavaRanch Naming Policy of using your real first and real last names. No initials.

Thanks for understanding

Mark
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i dont see the code generator tool link.
can you please post it again.
thanks
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Originally posted by atul kumar:
i dont see the code generator tool link.
can you please post it again.
thanks



There is no link. The OP never posted it. Also this is an old thread that has been resurrected by some blatant advertising. So I am going to close this thread.

Mark
 
    Bookmark Topic Watch Topic
  • New Topic