Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic Open Source 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. 
on Jan 4, 2011 | Permalink | Discuss
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.   $...
on Sep 27, 2010 | Permalink | Discuss
a Troubleshooting guide for Gitosis common installation's errors
on Sep 6, 2010 | Permalink | Discuss
a complete guide how to install git repositories on Windows using Gitosis
on Sep 6, 2010 | Permalink | Discuss
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...
on Aug 10, 2010 | Permalink | Discuss
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...
on Aug 9, 2010 | Permalink | Discuss
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]" You can browse the code on github : http://github.com/jboner/akka/tree/deployer/akka-core/ I hope to see that included in a next release. You can follow me...
on Aug 8, 2010 | Permalink | Discuss
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/...
on Aug 8, 2010 | Permalink | Discuss
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...
on Aug 7, 2010 | Permalink | Discuss
Since the Grizzly release 1.9.17. There were few new features for Deployer. Let's take a look of theses "must have" features.
on Aug 7, 2009 | Permalink | Discuss
What are theses enhancements :) - i18n for the export links - remember to sort order on a refresh (via session's variable lookup) - add TableHeaderTop to customize table header
on May 4, 2009 | Permalink | Discuss
The little baby : Grizzly http-deployer just moved from contrib to modules since release 1.9.11.
on Apr 8, 2009 | Permalink | Discuss
How to use JAXB and Maven to generate java classes from dtd and xsd. I'll use the web.xml as input. WebApp version 2.2 to 3.0 are supported.
on Mar 22, 2009 | Permalink | Discuss
This time I will show you how to run PHP applications on GrizzlyWebServer using 100% pure java solutions. I used Caucho Quercus to handle the PHP and GrizzlyWebServer as my WebServer.
on Feb 3, 2009 | Permalink | Discuss
How to use JSP with GrizzlyWebServer. The jsp compilation is handle by JSPC.
on Jan 29, 2009 | Permalink | Discuss

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.
on Aug 6, 2010 | Permalink | Discuss

Programming

Enhance your javadoc with UML diagram using UMLGraph with maven.
on Dec 26, 2009 | Permalink | Discuss

Community

Extends javadoc with custom tags like @example. It can allows you to add code that will be present in the javadoc.
on Nov 8, 2009 | Permalink | Discuss
See how easy it is to deploy PHP applications over Grizzly.
on Sep 11, 2009 | Permalink | Discuss
See how easy it is to deploy JSP applications over Grizzly.
on Sep 10, 2009 | Permalink | Discuss