Remove Book Remove Develop Remove Framework Remove Java
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. Team EyePrism – EyePrism is a hands-free app that helps people on the go book flights, rent cars, book vacations, and more. is the travel booking service that thinks like you, not like the hotelier. Java Web App built on the Spring Framework.

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