[akka-user] Using Akka for Data Synchronization Use Case

2017-05-07 Thread Santanu Dey
consistency problem on either copies of the application? 2. Can Akka make use of the message queue for communicating between the hosting site A to hosting site B? Thanks Santanu Dey -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>&

Redirecting with post method ???

2000-12-20 Thread Santanu Dey
this ?? Same thing is applicable to requestDispatcher also. Is there any way ?? Thanks in advance, Santanu Dey ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

Re: Redirecting with post method ???

2000-12-20 Thread Santanu Dey
"Christopher K. St. John" wrote: Santanu Dey wrote: response.sendRedirect() sends a response to the browser asking to redirect the request to some other URL . But this method works only with

Re: when should I use servlet instead of jsp?

2000-12-20 Thread Santanu Dey
Hi , JSP and Servlet are made in two different contexts . Servlet is not only for presentation layer rather you can embed business logic into the java code . yes , you can say you can do the same in jsp also , whats the big deal . But think of a page which has a lot of processing before