Hi
I want to know how to create a dynamic listbox or combobox using Spring Roo.
I want CRUD operations for following requirement:
1) City, Company, Last Visited Date are the fields in the...
Type: Posts; User: nprabakaran; Keyword(s):
Hi
I want to know how to create a dynamic listbox or combobox using Spring Roo.
I want CRUD operations for following requirement:
1) City, Company, Last Visited Date are the fields in the...
Hi
For all the domain classes, I want to add created/update datetime and created/update by.
For date/time I found an addon spring-roo-addon-audit-timestamp.
This addon adds an AspectJ file...
Customization and ease of understanding is the key aspect. You should be able to customize things easily and also Roo or Roo generated code should use less annotation or it should not hide much...
thanks jD!
Andrew to answer some your questions - yes its commercially sensitive. Its not as extensible as Roo but work is good. We cannot compare the extensibility with Roo because Roo is...
I found in aspectJ file Domain_Roo_Finder.aj - the fields are validated for search. How can I edit the file to make the search fields optional. Means only the entered search fields should be part...
Excellent jD!
If your work is for community, can you share the source of your work and if there is any documentation on top of it?
Hi Andrew,
I tried multiple field finder in a single domain - as like you mentioned. This forces me to enter all the search fields. So I tried using Or instead of And between method name, still it...
Great! Andrew. You asked me in another thread - which documentation is priority? I would say what PaoloValladolid asked is a valid question and it would be great if we have documentation on how to...
Very Nice! Thanks - thats a very quick reply. I will try out based on your suggestion and get back.
I want to tell something to you "Andrew Swan".
I work for one of the largest software...
I started looking Roo recently. I have very rich experience in J2EE but has Beginner knowledge in Spring and Hibernate.
I really find difficult to customize the roo generated code. I have seen...
Hi
I have created a User domain - userid, first name, last name , city, address, etc,
I have successfully generated and tested Insert, Read and Modify pages.
Now I want to create a...