article thumbnail

Choosing Internet Platforms

SoCal CTO

PIM based on Java that would be up-to-date on all your devices. Server and client in Java. Java as a platform wasn't ready to deliver on client side. Stamps.com - two back-ends - mainline service vs. marketing site. Some other points - LAMP,Net, Java - doesn't make much difference. I would tend to agree.

Platform 150
article thumbnail

Interview with Derrick Oien, Intercasting

socalTECH

The client then presents the consumer with the opportunity to have a dashboard view of social networking sites. Or, they can experience the full site, and we'll optimize the site in the client for a specific handset. The second customer is the social networking sites. QQ is hitting it out of the park in China.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Jetpack Gives a Boost to Mobile and Rich Media Advertising

Tech Zulu Event

The best-performing ads are often custom, high-impact rich media ads that integrate seamlessly into a publisher’s content with interactivity, video and other features. That same team founded the popular site Buzznet, which became BuzzMedia and is now known as SpinMedia.

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