Install Google App Engine Plugin for Eclipse
First things first. Google is offering a plugin for Eclipse. So I had to download and install eclipse. The thing is I recently switched to ubuntu linux (9.10) and was so fascinated with its easy-to-use...
View ArticleRunning gwt project error
I thought giving gwt a chance, so I opened a tutorial for gwt and eclipse. Very soon I had the code for a little HelloWorld example ready to run. But when I hit 'run as --> Web Application' there...
View ArticleGlassfish and Adf Faces
A friend told me that glassfish is the best Application Server for Java based web projects. So I installed GlassFish 2.1.1, in three easy steps, which are well documented in the download site. I wanted...
View ArticleGlassFish and Adf Toplink 10g
After my success in deploying an ADF Faces web application in Glassfish (2.1.1), I got a crazy idea. Why not try deploying an ADF Faces with ADF Toplink (EJB 3.0 SessionBean with Pojos) enterprise...
View ArticleGlassFish and Adf Toplink 10g (2)
As a followup to the previous post I feel the obligation to add my testing experience of a small but full featured ADF Faces and ADF Toplink application in glassfish.The basic problem I stumbled upon...
View ArticleOracle Connection Pool in GlassFish 2.x.x
Glassfish does not ship with oracle jdbc drivers. The oracle driver needs to be added manually. The driver can be found either in a JDeveloper or oracle client or database installation in...
View ArticleInstall eclipselink in Glassfish 2.x.x
Installing eclipselink in glassfish is a piece of cake.First step is to download the eclipselink.jar from :http://www.eclipse.org/eclipselink/downloads/Second step is to put ecllipselink.jar (some...
View ArticleMysql Connection Pool in GlassFish 2.x.x
As a followup to a previous post, regarding the creation of an oracle connection pool in GlassFish 2.1.1, we will create a MySQL connection pool.First of all, we need to download from www.mysql.com the...
View ArticleCreate Postgresql Connection Pool in Glassfish 2.x.x
We will create a PostgreSQL (8.4) Connection Pool on a GlassFish 2.1.1 [and GlassFish v3].First of all, we need to download the latest jdbc driver:http://jdbc.postgresql.org/download.htmlCopy the...
View ArticleFirebird Connection Pool in Glassfish 2.x.x
We will create in a few easy steps a Firebird Connection Pool on GlassFish 2.1.1.First of all, we need to download the latest jdbc driver...
View ArticleGlassFish and Toplink ( ..continued )
My experience with GlassFish has increased since my last post. There is already an ADF Faces - JPA eclipselink application that runs smoothly now for a few weeks on GlassFish. The only problem that...
View ArticleComparing GlassFish and OAS costs
I made a comparison in one of my previous posts that needs some corrections. So I'll just start the comparison from the beginning to avoid any confusion.The purpose of this post is to compare, from an...
View ArticleNmon on ubuntu 9.10
My favourite operating system is linux. At home I use ubuntu 9.10. A colleague of mine introduced me to a monitoring tool that can monitor almost anything! It is called nmon and it is provided by ibm...
View ArticleRun php pages on tomcat!
Today I feel the urge to congratulate some of our colleagues that strive to bring helpful extensions to our favourite open source software. The subject at hand is Tomcat and it's capability to run...
View ArticleLoad Oracle OCI driver on GlassFish (linux)
I had a really hard time finding the way to load the Oracle native libraries (Oracle runtime 10gR2 installation) on GlassFish (2.1.1) in linux (CentOS 5.4). Apparently GlassFish ignores the famous...
View ArticleCuda 3.0 installation on Ubuntu Linux 10.04
I need to point out, that it is somewhat appalling the need to write a new tutorial for every time either a linux version or a product (pick your favourite) version is released. That said, I am off to...
View ArticleConfigure MySQL Connection Pool in Glassfish V3
The MySQL connection pool in GlassFish V3, is actually as easy as it was in V2!First of all, we need to download from www.mysql.com the latest jdbc...
View ArticleCompile apache 2 with mod_deflate on Linux
I have always had trouble finding a simple "How to" to compile apache with exactly what I needed, meaning the common modules plus the mod_deflate. It turns out it is very simple. And that is probably...
View ArticleGlassFish 2 Cluster Configuration on the Same Machine
This tutorial will guide you through a GlassFish 2.1.1 Cluster with two instances on the same machine. We are going to use the CLI interface to make our life simpler.[Whenever you encounter the \...
View ArticleInstall Apache Geronimo (as service) on Ubuntu Linux
Apache Geronimo is an Open Source J2EE server. And it can be installed rather easily on Ubuntu Linux (10.04).- First step is to install sun java.sudo add-apt-repository "deb...
View ArticleGlassfish 2.1.1 on Linux: Performance Tuning Essentials
Glassfish may be the best J2EE Application Server out there. It is stable, it is fully j2ee 1.5 compatible, it runs all technologies and it is open source! I love this application server.Here are some...
View ArticlePerfofming SEO friendly site redirection on a java app server to another domain
Hello everybody,Today I will analyze a very simple and successful way to redirect you old domain hosted in a java app server (Tomcat for our example) to your new domain so that search engines...
View ArticleInstalling screenshare on red5 server
A client of mine asked me to install screenshare on his red5 server and I found very little resources on the subject. After successfully configuring it I decided I will share the solution so that those...
View ArticleThe most valuable tip towards writing highly legible code
As programmers/coders we all have to revisit/review/debug our own code as well as others'. Some times the code can be as large as thousands of LoC (=Lines of Code)! Large projects have a large overhead...
View ArticleAndroid SQLite GMS Extension
Hi all.While I was creating a new drawing android game for children, I needed a database implementation to store all the Tales/Scenes/Objects etc. And also I wanted an SQL solution. So I picked up...
View Article