I understand Roo connects to products like Hibonate to comunicate to products like google apps
I have a database as a local server and need to connect it to Roo on many Android devices.
I need the Libray of dependaces of Roo in Java.
Lex Dean
I understand Roo connects to products like Hibonate to comunicate to products like google apps
I have a database as a local server and need to connect it to Roo on many Android devices.
I need the Libray of dependaces of Roo in Java.
Lex Dean
I'm struggling to understand your question, but it might be helpful for you to understand two things:
- Roo is a code generation tool (in a nutshell)
- A Roo-generated application has no runtime dependencies on any Roo libraries, but you can see what dependencies it does have (both explicit and transitive) by running the Maven command "mvn dependency:tree".
If that doesn't answer your question, try rephrasing your question in more detail.
Andrew Swan
"Now is the EJB of our discontent made glorious Spring"
I have found Maven I have much to read
any other advice will be appreciated
Thanks
Lex Dean.
Last edited by lexdean; Oct 1st, 2010 at 07:10 PM.
Well before you dive into maven, you should know the basics of Java and then Spring and Spring-MVC. That will help you understand the code which is generated by ROO.
Maven only helps with downloading dependencies and with the life cycle of the application. It could be replaced with other things in a spring app (like Ant/Ivy)
As for your question on how to run the application on LAN, do you mean that you want to restrict your roo application to LAN only. Then you need to look into the operations of the application (ie tomcat settings)
Alternatively if you have a run time requirements (like you want to specify the the IPs which are allowed to access during running, you will have to look into spring security, the spring security book has an example about how to use spring security with IP based filtering)
But first start with basics![]()
yes you are write on the button with everything thanks
and thanks for the key words of were to go
I have heeps to study
my back ground in Delphi is very valuable in Java
its just all thouse turms in Java I have never seen before
I just got around understanding the fields that are avalible to me
its just getting use to the Java code layout I have to get use to
Thanks![]()