I have been looking for this add-on, but I need English documentation, even the second link is broken.
Type: Posts; User: ibuchh; Keyword(s):
I have been looking for this add-on, but I need English documentation, even the second link is broken.
Do you have an English translation of the site, it is worth having a look at.
Hi,
Is there a possibility of creating a functional Spring Roo project based on a wsdl file of an exposed webservice. At the moment we use maven cxf plugin to generate the artifacts from a wsdl...
Just modify the toString() method of the Pet.java
Hatim,
Can you share your UI templates with us, it really looks beautiful.
--Irshad.
Hi,
I would like to know the best way of installing the Spring Flex addon in our Roo installation. Are there any issues?
-Irshad
I am facing the same issue. Did u resolve this? Can you share your notes?
-Irshad A.
Hi Cyril,
Thanks for the reply. Can you share your roo script files for the two projects if possible or at least share your zip files for the two projects with applicationContext.xml files. This is...
Hi Cyril,
We have a similar situation. We are trying to create a multimodule roo project with domain model in one project and web-tier in another roo project with the proper dependency setup. We are...
Hi,
We have a requirement of the following:
1.
A multi-module maven based J2EE project whereby different modules exist for domain, persistence, service, web & ear.
2.
An OSGI based...
We have a requirement of having the model classes implement java.io.Serializable interface. Roo command prompt doesn' support it at the moment, can it be added?
-Irshad
We had the same issue, ultimately we are using maven dbunit plugin to get the data loaded. This plugin is used in Appfuse.
-Irshad
Marty,
We got around this issue by creating a BaseObject superclass with I'd & version as it's two properties. Afterwards all the entities are created as subclasses of this BaseObject.
-Irshad
Mark,
Thanks for the reply. Actually we are writing a dao (@Repository) layer to generate CXF based SOAP based Webservices. We have injected @EntityManager and re-written persistence logic. We are...
Hi,
We would like to reuse the persistence logic of an entity generated by roo. What is the best way of doing that other than pushing it from .aj to . java file.
-Irshad
Hi,
How do we load some sample data using roo as the app starts the first time?
-Irshad
Thanks Andrews, we are learning to use roo at the moment. Point us to addon internals/ howto create addon using STS.
Hi Stefan,
I was able to create a cxf based SOAP webservice. I wanted to share my notes here:
1. Create a roo based project on shell.
2. Add persistence/database support.
3. Create an entity in...
Hi,
We created a roo based project and created a cxf 2.2.2 based webservice after modifying pom, web config files. Everything goes ok but wsdl file wouldn't display. Console error reads:
Can't find...
Ok, that sounds great. You mean you created an addon, can you share the script that is an addon to roo as I have no clue of creating an addon to roo.
--Irshad
I tried this roo.sh under cygwin, but it doesn't work. I tried hint and it simply hangs. I have all the variables JAVA_HOME, ROO_HOME set properly.
--Irshad.
That seems a good idea, do you have any pointers to creating roo addons, as we have not done that stuff before. We prefer to do contract last approach.
--Irshad
Thanks for the reply. We are following the approach. We would like to create a roo addon for cxf. Can you point us to some demo/tut about roo addon generation.
-Irshad
Hi,
We have a roo application up & running. We need to create a SOAP WS using CXF stack. We plan to do the following:
1. Create a service layer injected with Persistence entity manager.
2....
Hi,
What property do we need to set in database.properties to make sure that the data in the database is not lost after we restart tomcat. We are using mysql with hibernate.
--Irshad.