Blogs by topic Blogs and user survivant
| • Accessibility | • Ajax | • Blogging | • Business | • Community |
| • Databases | • Deployment | • Distributed | • Eclipse | • Education |
| • EJB | • Extreme Programming | • Games | • GlassFish | • Grid |
| • GUI | • IDE | • Instant Messaging | • J2EE | • J2ME |
| • J2SE | • Jakarta | • JavaFX | • JavaOne | • Jini |
| • JSP | • JSR | • JXTA | • LDAP | • Linux |
| • Mobility | • NetBeans | • Open Source | • OpenSolaris | • OSGi |
| • P2P | • Patterns | • Performance | • Porting | • Programming |
| • Research | • RMI | • RSS Feeds | • Search | • Security |
| • Servlets | • Struts | • Swing | • Testing | • Tools |
| • Virtual Machine | • Web Applications | • Web Design | • Web Development Tools | • Web Services and XML |
Open Source

I want to talk about Hosting your git repositories. I know, that there are few free git hosting services, but I needed to have my git repositories private and local. I didn't want pay for hosting the code of my company, so I search what were the alternatives. I found a really nice service called : Gitosis.

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.
I have no idea what going on. I deleted the project and repush it.. always the same problems.
$...

a complete guide how to install git repositories on Windows using Gitosis

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. I suppose the code it using a early release of the...

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. They have demo that used bayeux for comet application or JMS to simulate asynchronous...

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).
You can browse the changes on github : http://github.com/Atmosphere/atmosphere/tree/master/...

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.
Here a quick list of the changes :
Websockets support
Watch folder
Can starts without applications to deploy
Can be embedded and extended easily
and few bug fixes (thanks to the community)
A little overview or remainder of...
J2SE

Java Serialization is commonly used everday since web 2.0, but sometime you can have problems. See a actual production problem with serialization that was fixed using the reset method.
Programming

Enhance your javadoc with UML diagram using UMLGraph with maven.
Community

See how easy it is to deploy PHP applications over Grizzly.

See how easy it is to deploy JSP applications over Grizzly.



