My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 263: IoC
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by stas.agarkov, Jun 1, 2010
Thank you for release 2.5!

Very often I somehow have to extend the functionality of jmesa. Always I’m 
faced with difficulties because of I can’t override classes, implementing 
the interfaces “jmesa”, because within these classes You create classes 
objects, which I must override. I’d want You to add a function to define 
classes names through the configuration file (for example, web.xml). Then 
I will can run in my implementation of the interfaces jmesa. This 
technology is called IOC. It, for example, had realized in the spring 
platform and the stripes framework, which I use with jmesa jointly.

Stas
Jun 1, 2010
Project Member #1 jeff.johnston.mn@gmail.com
I do agree with the feature request. If you always want to use your ColumnSort
implementation then it would be nice to just declare it in one place. Instead of the
web.xml file what we would use is the JMesa preferences.

If you are interested in doing the work I could help you find the places that would
need to change...just drop me an email at jeff.johnston.mn@gmail.com.


Jun 2, 2010
#2 stas.agarkov
I need to make sure that each table is stored in the session the current page and 
display the table was from the session will automatically number and inserted in the 
Limit. And all complicated by the fact that I need to override classes and somehow 
introduce them to jmesa, but I can not do it beautifully, it is necessary to 
override many, many classes.

Powered by Google Project Hosting