survivant's blog
Hosting Git Repository Server Gitosis on Windows 7 (100% working)
Happy new year 2011.
It has been a while since a blog in this forum. I worked on other technologies that are not related to Java, so I didn't post into this site. For now, I think, I'll post any new articles that can be related to programmation, mostly java. What do you think ?
Unresolvable git clone fatal: index-pack failed Error
Does anyone one have an answer for this problem ?
I'm trying to clone a repository from my computer to my computer. I,m using cygwin 1.7. I,m able to clone all my others projects without problems. This project is 900k.. and the others are better than that.
Git Repository Server Gitosis on Win7 : Troubleshooting
If you have problems installing Gitosis on Windows, I suggest that you read that guide : : Git Repository Server Gitosis on Win7 (100% working), maybe you will be able to find what you missed.
In this guide, I'll describe raw problems that I found with the solution.
Git Repository Server Gitosis on Win7 (100% working)
If you are here, it's because you're lost or you have problems installing a git repository server on Windows. I really hope it's for the second reason :) .
I choose the wrote this blog even if I know there are a lot of blogs about this subject, because none of them worked for me.
Atmosphere : Resin and Websockets
I want to let you know that since the release of Caucho Resin 4.0, Atmosphere applications can be deploy on Resin and will be supported natively. Resin 4.0 implements Servlet 3.0.
That's really good. Another web server that is supported.
What about the Websocket's Caucho implementation... nah ! There implementation is too buggy right now.
Native Websphere support for Atmosphere not yet
Just a little note that we try to add Websphere native support for Atmosphere. We work really hard to find an API that could allow us to do that, but is simply impossible.
We were able to get in touch with the dev team of Websphere and the dev team of WebSphere Application Server Feature Pack for Web 2.0.
Grizzly Deployer was adopted (almost) by Akka
Just to let you know that Grizzly Deployer was adopted (almost) by another framework : Akka.
Since May 22, 2010, viktorklang is working in a branch : deployer. here the description in the commit "Starting to add Deployer [viktorklang]"
Grizzly Deployer was adopted by Atmosphere
Just to let you know that Grizzly Deployer was adopted by another framework : Atmosphere.
Since Atmosphere-0.6, Grizzly Deployer is in the module : spade-server
To launch Atmosphere application you could use Grizzly Deployer or use Atmosphere-Spade-Server (that used Grizzly Deployer under the hood).
Grizzly Deployer (1.9.19) new features
It has been a while since a blog about Grizzly, I was too busy adding new features. The Grizzly Deployer's community grows and requested theses new features.
Serialization surprises
CONTEXT
I want to share a problem that we had in our project. We were doing a real-time "Profits and Loss" server (P&L). The server sends stock updates to all the users subscribed to the stocks, basically as Google Finance or Yahoo Finance.





