article thumbnail

Frameworks Round 4

TechEmpower

We’ve posted Round 4 of our ongoing project measuring the performance of many web application frameworks and platforms. As with previous rounds, the developer community has contributed several additional frameworks for Round 4, bringing the total to 57! Thanks to contributors, the test is already implemented on 17 of the frameworks.

Framework 552
article thumbnail

Frameworks Round 3

TechEmpower

We''ve previously posted two rounds of results of benchmarking many web application platforms and frameworks. Speaking of pull requests, we received tests for several additional frameworks since Round 2 and we have posted Round 3. With that breadth we decided to move the project''s results to a stand-alone site separate from this blog.

Framework 509
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Choosing a Programming Language and Framework for Your Startup

SoCal CTO

We had an interesting presentation at the LA CTO Forum by the CTO of a startup who chose Groovy / Grails as the framework for their startup. t prompted a good discussion around how CTOs go about choosing the programming language and framework for their startup. Of course, I'm not sure that anyone chooses Java alone.

Framework 330
article thumbnail

Frameworks Round 1

TechEmpower

You are viewing the first round of web application framework benchmarks. Check out the new stand-alone framework benchmarks site if you are interested in the latest and most accurate data. How much does your framework choice affect performance? How much does your framework choice affect performance? Motivation.

Framework 544
article thumbnail

AT&T and American Airlines | The SXSW Party & Hackathon Recap

Tech Zulu Event

Technologies used: google maps, jquery, java, and tomcat. Java Web App built on the Spring Framework. And who will help you figure out for how many days you should to stay at the destination? This is where Travelbot.co comes to rescue. Travelbot.co is the travel booking service that thinks like you, not like the hotelier.

Java 94
article thumbnail

EnumSet and EnumMap

TechEmpower

from Java's standard libraries. Historically, Enum{Set,Map} were recommended as a matter of safety, taking better advantage of Java's type system than the alternatives. Effective Java goes into detail about this use case for Enum{Set,Map} and enum types in general. This article discusses java.util.EnumSet. and java.util.EnumMap.

Java 330