FreeMarker Blog

The official weblog of the FreeMarker project

Sunday, April 22, 2007

FreeMarker 2.3.10 is released

We're pleased to announce that FreeMarker 2.3.10 is now released. This release contains several important bugfixes and minor feature improvements. It is completely backwards compatible with any other 2.3.x version and as such can be used as a drop-in replacement for them.

Download from SourceForge

Full list of changes

8 Comments:

At Tue Apr 24, 01:14:00 AM GMT+2, Blogger Matt Raible said...

Any chance of getting this in the Maven repo?

 
At Tue Apr 24, 11:02:00 AM GMT+2, Blogger Attila Szegedi said...

Yes, Mirko Nasato submitted the Maven upload request to Codehaus JIRA.

 
At Wed Apr 25, 11:15:00 PM GMT+2, Blogger Unknown said...

Great Work!

 
At Fri Jun 01, 03:47:00 PM GMT+2, Anonymous Anonymous said...

FreeMarker is amazing. Thank you very much!

 
At Sun Aug 17, 05:35:00 AM GMT+2, Anonymous Anonymous said...

I use it use it instead of just JSP I find its library of built-ins, its handling of control flow, its macro and function definition features, scoping, and general "works as expected" to be far superior to plain JSPs. I get a significant productivity boost from using FreeMarker, and I'm a big fan.
A little while ago I posted a bug in FreeMarker 2.3.9 on Java 6 that was giving me grief. The FreeMarker team responded quickly and efficiently. After some discussion and testing a release candidate, FreeMarker 2.3.10 is now officially available to the public and contains the fix to the bug I reported. Kudos, guys.

-Y.B

 
At Sun Aug 17, 05:38:00 AM GMT+2, Anonymous Anonymous said...

All of us at iCentris have currently embarked upon a torrid love affair with Freemarker templates. I admit that I, too, have been very excited about having them around. A freemarker template has quickly become the knee-jerk, defacto response to generating output - which is great for readability and maintainability. But lately, after repeated profiling sessions with all the top offenders coming from freemarker packages, I’ve come to realize that we’re using them way too much. And here’s why…

When should a template engine be used? There seem to be two answers to this question which both carry equal weight with developers. They are:

1. You want to have an easily editable version of your dynamic view. This will allow easy customization.
2. You want the representation to be easily readable to future developers. This will keep it understandable and maintainable.

Now, this might seem like a minor point to pick at. But bear with me…

So, how much faster is pure java than freemarker templates? Well, this is going to depend largely on the complexity of the template. As an example, I’m going to pick a template of medium complexity that renders an HTML button tag in a consistent fashion. The output will be very simple and we’ll have a lot of HTML attributes that can be set within the template.

 
At Sun Aug 17, 10:51:00 AM GMT+2, Blogger Attila Szegedi said...

car struts: If you have identified specific bottlenecks during your profiling, feel free to share them with us.

By the way, 2.3.14 will include some significant scalability improvements in template caching on multicore CPUs. It is not released yet, but you can grab a build from the Artifact section of our Bamboo.

 
At Thu Jan 21, 04:16:00 PM GMT+1, Anonymous M. Arsalan said...

Free Marker is cool. We use it in to generate export files with specific patterns. As we already have java data objects available so freemarker goes pretty slick to generate text export files with custom pattern.

 

Post a Comment

<< Home