[How-to] Enable Java in Mozilla Firefox on Linux
#cd /usr/lib/mozilla/plugins #ln -s /opt/java/jdk1.6/jre/plugin/i386/ns7/libjavaplugin_oji.so If you have an existing libjavaplugin.so, make sure you unlink...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on December 24, 2009 ·
1 min read
Java chat applet for Jabber/GTalk
Over the weekend, I have been working on a chat client based on XMPP. It...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on December 08, 2009 ·
2 mins read
Flex: mxml vs ActionScript
This might look rather silly, but still had to give in to temptation :). Since...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on September 10, 2009 ·
3 mins read
Accessing Java objects with Flex remoting
This post talks about how we: Query the database through Flex by invoking a server...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on September 10, 2009 ·
5 mins read
Integrating Spring (MVC) and BlazeDS (flex)
Disclaimer: I am not an expert in either Spring MVC or Flex and this article...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on August 24, 2009 ·
8 mins read
Virtualization with Sun Virtual Box: Tips n Tricks
Guest Additions These are to be done post installation. It improves usability. For example, it...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on August 17, 2009 ·
1 min read
Error in named query: org.hibernate.hql.ast.QuerySyntaxException: table is not mapped
I was taking advantage of the NamedQueries feature in Hibernate annotation, when suddenly I was...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on August 10, 2009 ·
1 min read
Recursively deleting a row in a table having Foreign Key Constraints
An oft encountered and irritating scenario while working with a database is when we come...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on June 30, 2009 ·
5 mins read
Saving EMF to XML
Lets say we want to serialize an EObject to XML. The code is given below....
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on June 17, 2009 ·
1 min read
[Fedora] Getting up and running with postgres in 2 mins
I am very fascinated with Postgres, right since I hard about it, around 2002. Compared...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on May 03, 2009 ·
2 mins read