PerShing2014 / jmesa

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

Spring MVC Theme Preferences #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I created a new Preferences implementation to use with Spring MVC. It retrieves 
properties, overriding the default ones, from the Spring MVC  current theme 
properties file.

Tested with Spring 3.0.6.

Original issue reported on code.google.com by nicola.c...@gmail.com on 27 Nov 2011 at 5:19

Attachments:

GoogleCodeExporter commented 8 years ago
Excellent! 

So development of JMesa is starting up again in January. I can move these 
changes in there then! Mostly the next release is going to be about removing 
all the deprecated code, getting all the dependencies updated, and making the 
exports more plugable (like the rest of the framework).

Did it take you very long to figure out how to do this? Just curious. 
Everything is so plugable in JMesa I sometimes wonder how much people choose to 
customize it.

Original comment by jeff.johnston.mn@gmail.com on 28 Nov 2011 at 10:03

GoogleCodeExporter commented 8 years ago
No it didn't take me very long, but to improve the plugability of JMesa I think 
that the products of the core factories should not be tightly bound in the 
code. In my case, for example, I would not have had to rewrite the code of 
PreferencesFactory but only the implementation of Preferences. What do you 
think?

Original comment by nicola.c...@gmail.com on 29 Nov 2011 at 7:32

GoogleCodeExporter commented 8 years ago
...however excellent job! :)

Original comment by nicola.c...@gmail.com on 29 Nov 2011 at 7:40