Lamia's stack and heap based memories...
A Judiciously implemented blog
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.Net
Blackberry
C/C++
Career
CSS
Eclipse
EJB
FLEX
J2EE-JEE
J2ME
Java
Javascript
JSTL
Microsoft Windows
Netbeans
Object Relational Mapping
PHP
PSP
RDBMS
SCJP
Servlets
Struts
Technology
Tomcat
XML and Webservices
Community
Home
Blogs
Media
Forums
Groups
DevCast
Archives
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
July 2006 - Posts
3
Comments
MySQL java.net.SocketException: Broken pipe - Fixed!
by
lamia
Hmmmm... During deployment time to our Linux server, I encountered this error that said MySQL java.net.SocketException: Broken pipe It was really becoming frustrating since I couldn't determine where the error was coming. Checked the code, eliminated...
Filed under:
J2EE-JEE
,
RDBMS
0
Comments
Multiple message-resources in struts-config.xml problem - SOLVED!
by
lamia
Ok, this should have been posted yesterday, but since something went wrong after I typed a very lengthy blog, I'm just gonna post this again now and write everything from the top of my head. So, it would seem that having multiple message-resources in...
Filed under:
Struts
,
J2EE-JEE
2
Comments
Internationalization with Struts
by
lamia
I haven't totally succeeded in internationalizing everything yet. But it was quite a surpirse how easy it was to do this in Java with the help of Struts <bean:write/> tag. All my static contents can now be converted to arabic(and other languages...
Filed under:
Struts
0
Comments
SQLServer to MySQL Migration problem... Solved!
by
lamia
I had no problem migrating to MySQL from SQLServer 2000. SELECTing fields from the tables didn't give any problem except when I tried inserting. I must have misconfigured something in MySQL's migration toolkit and received the following errors while INSERTing...
Filed under:
RDBMS
0
Comments
Flash Plugin installation for Mozilla browser on Solaris 10(x86)
by
lamia
Ok, apparently there was an easier way to install flash plugin for mozilla browser under Solaris 10. First, follow the link below... http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash save the file anywhere in your drive...
Filed under:
Solaris
0
Comments
More on Mono
by
lamia
I'm really a fan of mono project. Too bad I don't have my Linux box here yet to try it out (on Linux of course). Perhaps when I get the time, I will get to try this very cool thing. I also stumbled two great articles, I haven't finished reading it but...
Filed under:
.Net
0
Comments
I finally found the mozilla plugin directory...
by
lamia
While having a quarrel with my sister on yahoo(using GAIM), I was searching again for the mozilla flash player plug-in. It's been pretty annoying since I always get the browser to ask me to install it everytime I visit a flash-enabled website. The directory...
Filed under:
Solaris
0
Comments
Java hosting problem...
by
lamia
Ok... So all these times I was developing a Java app for my company because I thought they could afford the Windows hosting with SQLServer 2000. I was confident to use opensource frameworks and other plug-ins because of that. But now I am having this...
Filed under:
J2EE-JEE