Quantcast
Channel: Marios' Java Programming Experience Corner
Browsing all 25 articles
Browse latest View live

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 Article



Running 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 Article

Glassfish 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 Article

GlassFish 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 Article

GlassFish 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 Article


Oracle 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 Article

Install 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 Article

Mysql 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 Article


Create 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 Article


Firebird 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 Article

GlassFish 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 Article

Comparing 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 Article

Nmon 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 Article


Run 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 Article

Load 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 Article


Cuda 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 Article

Configure 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 Article


Compile 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 Article

GlassFish 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 Article

Install 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 Article
Browsing all 25 articles
Browse latest View live




Latest Images