Fórumok

Service Build meet Spring Ro

thumbnail
Alan Wamser, módosítva 12 év-val korábban

Service Build meet Spring Ro

Junior Member Bejegyzések: 26 Csatlakozás dátuma: 2010.04.15. Legújabb bejegyzések
When I first look at service builder it reminded me a little of Spring Roo. It would be a nice option for service builder could create a default web (CRUD) interface like roo does.
Yener Yıldız, módosítva 11 év-val korábban

RE: Service Build meet Spring Ro

New Member Bejegyzések: 3 Csatlakozás dátuma: 2012.10.13. Legújabb bejegyzések
Hi,

Liferay Service Builder isn't enough for complex domain models. I tried my domain model but it can't run properly. My domain model had many to many relations and this relations also related another tables too. Service Builder is working good small domain models. Not my model.

After this situation i convinced to use Spring Roo. But i didn't find add-on for Liferay. I looked this link but not to be useful for me. ( http://www.liferay.com/community/forums/-/message_boards/message/7290503 )

Any idea?

regards
thumbnail
Hitoshi Ozawa, módosítva 11 év-val korábban

RE: Service Build meet Spring Ro

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
You're designing your system wrong. Liferay is designed for high performance clustered web server. Spring Roo on the other hand is designed for a very simple application running on a single server. Entities in liferay are loosely couple to increase performance on the front end. Tightly coupling entities results in performance overhead.

This doesn't mean to use service builder to define all entities in the system. You'll have to choose which technology to use where carefully.
Yener Yıldız, módosítva 11 év-val korábban

RE: Service Build meet Spring Ro

New Member Bejegyzések: 3 Csatlakozás dátuma: 2012.10.13. Legújabb bejegyzések
Hi Hitoshi,

Thanks for reply. I understand what do you mean. I want to try Spring Roo. But how? I don't know. I find an add-on ( https://github.com/brunofarache/roo-portlet-addon ) but readme file is little bad. (just writing "Welcome to my addon!") So, i couldn't use.

Do you know any add-on or anything else?

Regards
thumbnail
Hitoshi Ozawa, módosítva 11 év-val korábban

RE: Service Build meet Spring Ro

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
Should contact Bruno Admin to get some documentation. :-)

Bruno, if you're reading this, can you help Yener?
Yener Yıldız, módosítva 11 év-val korábban

RE: Service Build meet Spring Ro

New Member Bejegyzések: 3 Csatlakozás dátuma: 2012.10.13. Legújabb bejegyzések
Thanks Hitoshi : )
thumbnail
Bruno Farache, módosítva 11 év-val korábban

RE: Service Build meet Spring Ro

Liferay Master Bejegyzések: 603 Csatlakozás dátuma: 2007.05.14. Legújabb bejegyzések
Hi guys,

I did it a long time ago and didn't really finish, so it's not working. I'm going to delete it, thanks!