August 2006 - Posts

1
Comments

Oracle Database 10g Express Edition by lamia

This is a good news for those who have no experience developing with Oracle like myself. I haven't read the terms of use yet but who cares? It's free! http://www.oracle.com/technology/products/database/xe/index.html
Filed under:
0
Comments

Breaking down web.xml by lamia

I was lurking in javaranch when I bumped into this interesting thread. http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=7&t=017627 I didn't know you could actually break down your web.xml into smaller pieces. It's annoying...
Filed under: ,
3
Comments

Studying Hibernate by lamia

Before I started reading about hibernate, I had a hard time which technology to learn first. ORM or Webservices? As they are both essential technologies, I am left with such confusion. I already read some introductory articles about webservices, mainly...
0
Comments

Shadowing a variable by lamia

I was fiddling witht the new Eclipse IDE 3.2 (nothing to do with this post). I was experimenting, creating my own version of the singleton ConnectionManager class that I got from my senior during my training with my previous company. I had a lot of doubts...
Filed under:
0
Comments

Character encodings in MySQL by lamia

Just as I was modifying our database, I thought again of support for localizing our app. I was given advise by someone here in the devpinoy.org community, to support localization in your app your app must be planned with it from the ground up. Since we...
Filed under:
2
Comments

My App was deployed successfully by lamia

After about 4 months of development, I was finally able to deploy our app. I had a lot of trouble dealing with Virtual hosting for Apache and Tomcat and had to fix a lot of JSP/Servlet/Struts related stuff... Finally, my apache server and tomcat server...
Filed under:
0
Comments

Virtual Hosting with Apache Tomcat by lamia

I don't know if this is the thing I've been looking for... But this looks promising to me. My company wants to host multiple applications on a single server. However, our hosting provider won't give us any support for Tomcat. What we need actually is...
Filed under: