Re: WebSocket for tapestry

2014-06-18 Thread Bogdan Ivascu
so just did a > quick and dirty string concat. I can see this would cause the problem. > On 16 Jun 2014 23:22, "Bogdan Ivascu" wrote: > > > That did it. Sorry to keep hitting this nail but, I stumbled across > another > > one. As described above, the push targets w

Re: WebSocket for tapestry

2014-06-16 Thread Bogdan Ivascu
Mon, Jun 16, 2014 at 3:40 AM, Lance Java wrote: > See the "configuration" section here > https://github.com/uklance/tapestry-offline > On 16 Jun 2014 05:44, "Bogdan Ivascu" wrote: > > > Makes sense, thanks for the reply. > > > > Another thing tha

Re: WebSocket for tapestry

2014-06-15 Thread Bogdan Ivascu
/uklance/tapestry-atmosphere/blob/master/tapestry-atmosphere-demo/src/main/java/org/lazan/t5/atmosphere/demo/services/ChatHttpSessionListener.java > On 15 Jun 2014 02:41, "Bogdan Ivascu" wrote: > > > Sorry, not that I read it, I should have been more specific. I do see the >

Re: WebSocket for tapestry

2014-06-14 Thread Bogdan Ivascu
onnect" method. On Sat, Jun 14, 2014 at 8:42 PM, Bogdan Ivascu wrote: > Hi Lance, > What is the way to listen for someone connecting and disconnecting from > a topic? I see that you have "TopicListenerImpl" and > "ChatTopicListenerImpl" having methods that

Re: WebSocket for tapestry

2014-06-14 Thread Bogdan Ivascu
a possible solution here: > https://github.com/uklance/tapestry-atmosphere/issues/5 > > Pull requests welcomed!! > On 21 May 2014 04:21, "Bogdan Ivascu" wrote: > > > I ended up using your atmosphere implementation and it works like a > charm, > > so many tha

Re: WebSocket for tapestry

2014-05-30 Thread Bogdan Ivascu
ever happened by checking the parameters for null in onPassivate and adding string markers instead. Bogdan. On Wed, May 28, 2014 at 4:46 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > That's an unrelated but known issue. > > > On Wed, 28 May 2014

Re: WebSocket for tapestry

2014-05-28 Thread Bogdan Ivascu
es > of javascript. > > I have just updated the outstanding issue with a possible solution here: > https://github.com/uklance/tapestry-atmosphere/issues/5 > > Pull requests welcomed!! > On 21 May 2014 04:21, "Bogdan Ivascu" wrote: > > > I ended up using your atm

Re: WebSocket for tapestry

2014-05-28 Thread Bogdan Ivascu
ometd but it's not been > implemented in tapestry-atmosphere yet. I think it's only a couple of lines > of javascript. > > I have just updated the outstanding issue with a possible solution here: > https://github.com/uklance/tapestry-atmosphere/issues/5 > > Pull requests

Re: WebSocket for tapestry

2014-05-20 Thread Bogdan Ivascu
at 12:15 PM, Bogdan Ivascu wrote: > Hi Lance, > I did see numerous discussions around your implementation. My goal here > is to try and get a better understanding of where and how this framework > can be extended. I am however pressed for time and if I cannot get it to > work,

Re: WebSocket for tapestry

2014-05-13 Thread Bogdan Ivascu
, Bogdan. On Tue, May 13, 2014 at 3:34 AM, Lance Java wrote: > Take a look at tapestry-atmosphere [1] and tapestry-cometd [2] > > [1] https://github.com/uklance/tapestry-atmosphere > [2] https://github.com/uklance/tapestry-cometd > On 13 May 2014 02:10, "Bogdan Ivascu"

WebSocket for tapestry

2014-05-10 Thread Bogdan Ivascu
Hi everyone, I want to add webSocket support for my tapestry project and need a few pointers. What I have is a dead simple Servlet, implementing the java WebSocket api. I would like to bring this servlet into my tapestry project and have it managed by tapestry itself. To be more clear, I don't wa

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Bogdan Ivascu
Following Igor's book, slightly better documentation for the java script side coming in T5.4 will be a good start. Thanks, Bogdan. On Mon, Nov 25, 2013 at 4:08 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Hi! > > I've just went live with an IndieGogo campaign so I can work a

Re: Proposal for a new book: Mastering Apache Tapestry

2013-08-08 Thread Bogdan Ivascu
I would find a Tapestry book covering in depth Tap-Ioc very appealing. Another area of great interest for me is the client side part of Tapestry as I find myself writing more and more client side code these days. In depth ajax coverage would be a great addition to existing material, in my opinion.