Re: Struts Application Generator plugin

2019-12-01 Thread Zahid Rahman
Personally I am sticking to ANSI SQL for OLTP and Business Intelligence. Because although the majority of the time you are using only subset of sql, once in a while you may come across a situation where you need to construct a complex query because the specification requires. In such situations yo

Re: Struts Application Generator plugin

2019-11-30 Thread Zahid Rahman
My suggestion or feature request is not an original idea by any means. This is how 4GLs (4th Generation Language) work or what they are. I would even go so far as to say the plugin I suggested does meet the 4GL definition completely. 4GLs I have come across are CA OPENROAD , ORACLE FORMS, Visual

Re: Struts Application Generator plugin

2019-11-30 Thread M Huzaifah
Hi,.. I was wonder to have generator like you said. My idea came up when i use mybatis generator. Mybatis generator will inspect single column in table that we've registeren in config, and generate the POJO,Interface, and XML for us. For custom purpose i plan to use it for generate JSP, struts2 c