Remove Development Remove Framework Remove Java Remove Presentation
article thumbnail

Framework Benchmarks Round 10

TechEmpower

Round 10 of the Framework Benchmarks project is now available! These contributions have improved the project''s toolset and added many new framework test implementations. Round Frameworks Framework permutations. For a bit of novelty, we are presently testing our benchmarks on a Raspberry Pi 2 Model B environment.

Framework 200
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
Insiders

Sign Up for our Newsletter

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

article thumbnail

Everything about Java 8

TechEmpower

The following post is a comprehensive summary of the developer-facing changes coming in Java 8. At the time of this writing, Java 8 development is still very much in progress. It had the best support for the Java 8 language features at the time I went looking. Language features and APIs may still change.

Java 560
article thumbnail

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

Tech Zulu Event

This isn’t AT&T Developers Program’s first rodeo at SXSW. Technologies used: google maps, jquery, java, and tomcat. IT then presents a view to add the new boarding pass to iOS Passbook. Java Web App built on the Spring Framework. All I know is things are super dialed in at these hacks. This is where Travelbot.co

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. Some developers don't know these classes exist.

Java 330