Hi all, I am currently working with spring.net framework and NHibernate as a persistent. I try to find a tool which can genarate DAO classes and event mapping file...
I wonder if exit any tool like skyway or Spring roo in Java world ?
Hi all, I am currently working with spring.net framework and NHibernate as a persistent. I try to find a tool which can genarate DAO classes and event mapping file...
I wonder if exit any tool like skyway or Spring roo in Java world ?
Have you use CodeSmith before? Please try to use it.
Also you can write your own template if you do not find template in the exist templates.
neitcouq
Member
2 Points
3 Posts
Auto generate code for spring.net.
Jul 15, 2010 03:06 AM|LINK
Hi all, I am currently working with spring.net framework and NHibernate as a persistent. I try to find a tool which can genarate DAO classes and event mapping file...
I wonder if exit any tool like skyway or Spring roo in Java world ?
anas
All-Star
73649 Points
7914 Posts
Moderator
Re: Auto generate code for spring.net.
Jul 18, 2010 08:47 PM|LINK
There are some VS templates for Sprint.Net but these templates doesn't generate DAO for you nor it generates the xml mapping.
There are some tools to generate Mapping file and DAO classes for NHiberante, please take a look at this discussion.
Hong-Gang Ch...
All-Star
74696 Points
6768 Posts
Re: Auto generate code for spring.net.
Jul 21, 2010 03:38 AM|LINK
Have you use CodeSmith before? Please try to use it.
Also you can write your own template if you do not find template in the exist templates.
If you have any feedback about my replies,please contactmsdnmg@microsoft.com.
Microsoft One Code Framework
neitcouq
Member
2 Points
3 Posts
Re: Auto generate code for spring.net.
Jul 23, 2010 03:29 AM|LINK
Okie, we can use CodeSmith or SmartCode Studio with appreciated template.
I know SmartCode Studio source has provided NHibernate template that we can use for spring.net and nhibernate.