Category: Web Development
Database Surrogate PKs – Few points
I am sure this is obvious stuff but anybody can overlook it, so I thought of adding it in my blog. Many programmers and database designers are using surrogate keys instead of natural keys as PKs (primary keys) now a
Enabling JDK 1.5 support in JSPs on Jboss
Applicable to JBoss 4.0.4 GA: Suppose you are using jdk 1.5 features in JSPs but they fail with following exception jboss jsp Syntax error, parameterized types are only available if source level is 5.0 that means you need to enable
Eclipse 3.3.1 – Server did not start after 50s
If you face this error – fix is to change “server timeout delay” under Window > Preferences > Server to higher value. From ‘normal’ I changed that to ‘long’. Server started up in 55s, but still I received similar error