Karthik, I replied to the dev list on this one?
Looks like more of a question for the developers list. The application was orgininally written with Struts/JSP for presentation level code. As 'refactoring/reimplementation' took place across the code base, we decided to move from struts/jsp to spring mvc/freemarker(ftl). As a result there is currently an implementation mix of these technologies. Any new work is ideally implemented in spring mvc/ftl where possible. > When i decide to implement/tweak a functionality, i copy the file as such, > make a new file and include my tweaks there and finally include my file in > the business flow. I did the same for FTLs and JSP. This is done with a view > that our customized version of MIFOS is updatable. Well it depends on what you are doing I guess. In general though, copying an existing implementation to just slightly tweak it wouldn't be the best approach going forward as it would creation too much duplication in the project. regards, Keith. On Mon, Jan 2, 2012 at 1:58 PM, Karthik <[email protected]> wrote: > Any suggestions? > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Mifos-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mifos-users > ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
