O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Below we have an excerpt from Enterprise JavaBeans 3.1, Sixth Edition. In this excerpt the author speaks to the tasks that are best suited to using Stateless Session Bean Timers.Stateless session bean...
The following excerpt from the O'Reilly publication Enterprise JavaBeans 3.1, Sixth Edition offers an example of the singleton session bean.
Because the singleton bean represents one instance to b...
The following excerpt from the O'Reilly publication Enterprise JavaBeans 3.1, Sixth Edition goes into the lifecycle of a message-driven bean, explaining the process and transitions.
Just as sessi...
Below we have an excerpt from Enterprise JavaBeans 3.1, Sixth Edition. It gives a guide for coding an EJB (Enterprise JavaBean).For this exercise we’ll make a simple SLSB, a Calculator Service, to i...
Errin O'Connor, author of the forthcoming Microsoft® SharePoint® Foundation 2010 Inside Out, and founder and CEO of EPC Group, a Houston-based SharePoint integrator, offers his views about enabl...
There are a various ways to communicate with modules in Flex. This excerpt from Fain, Rasputnis, & Tartakovsky's Enterprise Development with Flex will review communicating with modules.
You’...
Do you build Rich Internet Applications that require full duplex communication? This excerpt from Fain, Rasputnis, & Tartakovsky's Enterprise Development with Flex introduces you to Comet, a ful...
Answered by dorait1 : Jan 17 2010 05:30 AM
After waiting for an answer, for a while, here is what I found that comes closest (not exactly the answer):
http://www.w3.org/20...ublic/UseCases/ full answer >
If you're writing a web application, and you want to find places (restaurants, theaters) within a certain distance from your user, you'll probably need to work with zip codes. Here's a go...