article thumbnail

Frameworks Round 1

TechEmpower

Check out the new stand-alone framework benchmarks site if you are interested in the latest and most accurate data. Netty , Vert.x , and Java servlets are fast, but we were surprised how much faster they are than Ruby , Django , and friends. In third place is plain Java Servlets running on Caucho''s Resin Servlet container.

Framework 544
article thumbnail

Frameworks Round 4

TechEmpower

This round adds Bottle (Python), Dancer (Perl), Kelp (Perl), MicroMVC (PHP), Mojolicious (Perl), Phalcon (PHP), RingoJS (JavaScript), Spark (Java), and Wai (Haskell). We felt they did not add tremendous value to the site. We’ve dropped the line charts in this round. We have not yet received the pull request with.NET tests.

Framework 552
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Stickam Adds Mobile Java Support

socalTECH

Los Angeles-based Stickam , a provider of live streaming services and a related online community, announced Monday that the firm is now providing support for streaming live video to Java-enabled mobile devices. Tags: stickam live streaming java mobile phone. READ MORE>>.

Stickam 100
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.

Java 100
article thumbnail

Frameworks Round 3

TechEmpower

With that breadth we decided to move the project''s results to a stand-alone site separate from this blog. Speaking of pull requests, we received tests for several additional frameworks since Round 2 and we have posted Round 3. Thanks to those contributions, the number of tests has grown to over 50. View Round 3 results now.

Framework 509
article thumbnail

Choosing a Programming Language and Framework for Your Startup

SoCal CTO

It's way easier to get your pages setup in these languages than by choosing Java alone. Of course, I'm not sure that anyone chooses Java alone. You may get 3x improved speed for roughly 10-20% of the effort of building your site. They start with lots of other things. Still there's no doubt that some aspects come quickly.

Framework 330
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