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. I'll do my best to keep this document up to date. It had the best support for the Java 8 language features at the time I went looking.

Java 560
article thumbnail

Prevoty Launches New Products For Java,NET

socalTECH

Los Angeles-based Prevoty , a developer of enterprise security tools, said Thursday that it has rolled out two new products, which plug into apps running on Java and.NET. The startup is led by Julien Bellanger. READ MORE>>.

Java 100
Insiders

Sign Up for our Newsletter

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

article thumbnail

MaestroDev, Winston Damarillo's Latest Firm, Uncloaks At JavaOne

socalTECH

Manhattan Beach-based MaestroDev , a firm developing Java build, test, and release tools for the software development community, has uncloaked at the JavaOne conference, exposing the latest firm started by GlueCode founder Winston Damarillo. READ MORE>>.

Java 242
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

Framework Benchmarks

TechEmpower

Netty , Vert.x , and Java servlets are fast, but we were surprised how much faster they are than Ruby , Django , and friends. Among the many factors to consider when choosing a web development framework, raw performance is easy to objectively measure. First up is plain JSON serialization on Amazon EC2 large instances.

Framework 560
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
article thumbnail

Frameworks Round 1

TechEmpower

Netty , Vert.x , and Java servlets are fast, but we were surprised how much faster they are than Ruby , Django , and friends. Among the many factors to consider when choosing a web development framework, raw performance is easy to objectively measure. First up is plain JSON serialization on Amazon EC2 large instances.

Framework 544