New Session Paradigm

2 min read 0 comments

To be honest, this is not something I've considered to be a problem until I started working on the implementation in jSeamless of it. Servlet Sessions are just fine for the majority of web applications but I began to realize that they are inherently flawed conceptually. The first problem is that…

Read more →

Delayed Ajax

2 min read 0 comments

There has long been a problem with getting information from the server to the client real-time in web applications. There are several hacks out there for making this happen, but most of them revolve around some idea of polling or server push. These have significant flaws and a while back I sat down…

Read more →

Conforming

1 min read 0 comments

I've long procrastinated setting up a blog, but since I'm being bombarded by ideas in my head and my forum posts are becoming more and more off-topic I've decided to set up a blog for my random ideas and rants to at least get them out of my head.

Read more →