March 26, 2007

URI Encoding for tomcat 5.5.X

encoding problem with paramater while GET ?

for tomcat 5.5.x

http://split-s.blogspot.com/2005/12/internationalized-get-parameters-with.html

<Server ...> <Service ...> <Connector ... URIEncoding="UTF-8" /> ... </Connector> </Service> </Server>

March 25, 2007

moved to postgres

I change my development database to postgres SQL for a several reasons :
  • I'am bored to mysql :)
  • mysql do not give me entreprise database trust: looks so simple even too simple to offer to my customers. it suites for less complicated fast application.
  • Last but most important reason it its Licensing !!!
Since I am very new to postgres I am playing with it. looking for new features and trying to solve compatibility problems :(

One good referance for people like me :

http://en.wikibooks.org/w/index.php?title=Programming:Converting_MySQL_to_PostgreSQL

PS:
since I am using hibernate and so on no development required for this migration...