Write a review to share your experiences with open source!
On DevRates we focus on reviews by developers using libraries on their daily work.
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.
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.
full review »With 1.x I exclusively used MyFaces as my JSF implementation, but from 2.0 on Mojarra is every bit as good. It's stable, fast and overal works great. My only complaint is the documentation. It's too technical and confusing (especially for new users). You HAVE to rely on third party books and websites (hint: BalusC). Otherwise, great project!
full review »Great to have this next to PrimeFaces regular!
full review »I find Python itself to be rather troublesome. It's okay for small scripts, but for entire web apps? This thing called the GIL is just horrible! (yes, there are other implementations of Python to work around this, but frameworks must still take the 'standard' Python into account),
IMHO, Django takes DRY a step too far. It's at times so DRY you don't know what's happening and where stuff is comming from. My main experience is trying to add functionality to Track, maybe it's just the Track coding style...