Reviews by real users

Just finished a project using open source libraries and have fresh impressions?

Write a review to share your experiences with open source!

On DevRates we focus on reviews by developers using libraries on their daily work.

Technology radar

Launching a start-up or commercial project using open-source libraries? No time to evaluate various technology stacks?

Interested in the latest trends and top-rated open source projects for all layers of your application?

DevRates contains projects reviews of most popular tagged categories and programming languages.

Build your skill profile

Join DevRates and build your public profile from libraries you know and experience positions from projects you've been involved in.

Follow projects and don't miss any news from blogs and twitter on your wall.

Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.

JOIN THE COMMUNITY TAKE A TOUR

About

7+ years of Java/JEE/Spring
3+ years of ServiceMix/Camel/EIP
1 year of Grails/JQuery/FE

Integration middleware and frontend architect at work, startup and Grails enthusiast after hours.

User experience

User reviews

9
Spring Framework

Much simpler than JEE but sometimes could have but even simpler and yet more lightweight itself.


read full review
9
AngularJS

Quite easy to learn (but e.g. Sammy.js is a bit easier) and powerful JS framework. The syntax of directives and filters might be not intuitive at first. The "content replace" effect is kind of annoying. But in general, it helps you write good quality code in both scripts and views of your frontend application.


read full review
9
Grails

Grails is the top MVC framework for the JVM. Groovy is extremely powerful, together with hot-deployment making development really productive.

The 2.0 version adds some cool features, e.g. where queries and more interactive console.

The few drawback include: lack of built-in ui framework and some undocumented features. The well integrated Spock unit test framework helps to avoid common bugs from dynamic typed language like Groovy.


read full review
6
Liferay

Open Source version of Liferay is maybe fun to use, but really pain to deploy and develop. The Portlet API is too complicated and doesn't fit modern websites nor applications. Some solutions include using another framework for portlet implementation, e.g. grails-portlets plugin form Grails, but this introduces another problems: session sharing and authentication.... Web contents and ability to override every single default jsp page are great features, but you should expect more from mature CMS for Java. Community and documentation exist, but not very helpful in everyday use :( Enterprise version could be a better choice.


read full review
9
Spring Security

read full review
10
IDEA

Best Java IDE. Open source version lacks some frameworks support (Grails!) but still better then Eclipse/Netbeans.


read full review
9
Apache HTTP Server

read full review
9
Vaadin

read full review
8
ActiveMQ

read full review
7
ODE

Struggling from BPEL problems: imperative, XML-based and too complex. Not scalable (no clustering). The good are: activity recovery and process flow stored in DB - for debugging.


read full review
10
Mockito

Great and clean syntax.


read full review
8
Lucene

As Shay Bannon said - using pure Lucene is challenging. Simple issues - date and empty fields storing, exact queries - can be very harmful. I'd rather use some wrapper framework like Elasticsearch or Solr (unless need to embed search component in an existing application).


read full review
9
Guava

Great and helpful API, missing some docs, which are hardly navigable.


read full review
8
Quartz

read full review
9
Apache Commons

read full review
9
jQuery

jQuery is best javascript toolkit around. Simple and usable even for CSS and HTML noobs (like me...). Ajax, DOM manipulation, animation effects and many more in a readable 1-2 liners of javascript. Impressive number of plugins, unfortunately not all maintained at root jQuery site, which requires a bit of googling. Documentation (as always) could have been better :)


read full review

8
MyBatis

Good and simple to use ORM. But mixing XML, Java and SQL in one mapping file.... This does not end up with clean code :)


read full review
10
Spock

Really powerful and feature complete. May be not intuitive at first glance.


read full review
Scroll to top