andromda

Comaprison of Liferay ServiceBuilder to other Code generation tools like AndroMDA

若如初见. 提交于 2019-12-08 09:10:15
问题 I started digging into the liferay 6.x ServiceBuilder framework and really liked its code generation approach. A simple service.xml file can generate ready to use powerful services without even writing a single line of code. I also tried looking into AndroMDA which can generate similar services from the UML model, which sounds even more interesting since it will link my business model directly without me needing to learn a new xml config for service.xml (in case of liferay ServiceBuilder) now

Comaprison of Liferay ServiceBuilder to other Code generation tools like AndroMDA

泪湿孤枕 提交于 2019-12-06 16:34:45
I started digging into the liferay 6.x ServiceBuilder framework and really liked its code generation approach. A simple service.xml file can generate ready to use powerful services without even writing a single line of code. I also tried looking into AndroMDA which can generate similar services from the UML model, which sounds even more interesting since it will link my business model directly without me needing to learn a new xml config for service.xml (in case of liferay ServiceBuilder) now I am in the process of deciding which tool should I use. Based on your experience with any of these