jeffjohnston / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

IoC #263

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by stas.agarkov on 1 Jun 2010 at 7:22

GoogleCodeExporter commented 8 years ago
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.

Original comment by jeff.johnston.mn@gmail.com on 1 Jun 2010 at 11:25

GoogleCodeExporter commented 8 years ago
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.

Original comment by stas.agarkov on 2 Jun 2010 at 7:47