links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Search Everyone: java,

Top java experts: dapperdanman, grexe, cetoli, anjanb, sheepdog, geirarnesen,

Groups about java: JAVA, java, Java, Java Developers, Web Design, programming,

1 - 10 of 11 next »   Watch spyromus
 
Often, when you are developing some application you wish it to run one instance at a time. If you are writing a native application, there's no problem because the platform you are aiming on most probably already has everything for this kind of magic. W...
by spyromus 2005-11-16 02:54 tips · java · design · development
http://blog.noizeramp.com/2005/11/15/single-instance-strategies/ - cached - mail it - history
Couple of minutes ago I discovered the game -- SpecForce -- which has an absolutely spectacular look. At a first glance, there's nothing really innovative about it and it looks exactly like any other 3D shooter out there, but on the second thought I re...
by spyromus 2005-11-01 02:52 java · interesting · game
http://blog.noizeramp.com/2005/11/01/specforce-futuristic-3d-shooter/ - cached - mail it - history
Today I had another interesting task -- to make splash screen window be always on top of everything else on the screen. Yes, and it's all in Java. I know that Java 1.5.0+ already has a nice method to accomplish this -- setAlwaysOnTop(boolean) -- but wh...
by spyromus 2005-10-21 04:20 tips · java · development · interesting
http://blog.noizeramp.com/2005/10/21/calling-optional-methods/ - cached - mail it - history
Why is it good to have static inner classes? When an inner class is not static it holds a reference to its main class. If your inner class does nothing with the main class the reference is completely useless and only takes some memory. Nothing really h...
by spyromus 2005-10-15 10:16 tips · java · development
http://blog.noizeramp.com/2005/10/15/usage-of-static-inner-classes/ - cached - mail it - history
Hooray! Wonderful news knocking at the door -- Advanced Installer for Java (3.3) goes on Mac; and this is a really big step forward. We, as the proud users of AIFJ, are extremely happy to have an opportunity to build the Mac distributions of our applic...
by spyromus 2005-10-05 02:27 java · development · interesting
http://blog.noizeramp.com/2005/10/05/advanced-installer-for-java-goes-on-mac/ - cached - mail it - history
Just don't take it very serious. :) The clever guys also do funny things. public interface Calculator { public float add(int a, int b); public float subtract(int a, int b); } (and I am not about number of methods) Smile! :)
by spyromus 2005-10-05 02:02 java · interesting
http://blog.noizeramp.com/2005/08/31/funny-things-in-ejb3-spec/ - cached - mail it - history
Couple of years ago I wrote a small application to manage a post cards distribution for a small advertising company. The application worked with a Cloudscape database but it's not the point. The point is that my friend, who was working for that company...
by spyromus 2005-09-30 03:25 tips · java · development · database
http://blog.noizeramp.com/2005/09/30/java-timestamps-go-database/ - cached - mail it - history
For those of you who already started to study this wonderful world of enterprise applications programming with EJB3 I suggest to visit fascinating resource on the web -- Oracle's EJB3 Resources. You will find lots of details on nearly every aspect of E...
by spyromus 2005-09-04 03:03 java · ejb3 · interesting
http://blog.noizeramp.com/2005/09/04/wonderful-resource-on-ejb3/ - cached - mail it - history
Often we deal with database. Data is flying back and forth between application and data store. Following the modern influences, we wish to have tested everything that might break some day. When you get enough experience and develop the sense of well co...
by spyromus 2005-09-03 04:24 tips · java · design · development · testing
http://blog.noizeramp.com/2005/09/03/two-approaches-to-testing-of-code-with-database-access/ - cached - mail it - history
Wow... My first impression is much like the second: It's Amazing! Have you ever seen me writing like this? No. I haven't seen myself too. Looking back through the last two hours, I'm smiling. I was and I'm still playing with JBoss4 and EJB3 like ...
by spyromus 2005-09-01 16:49 java · jboss · ejb3
http://blog.noizeramp.com/2005/09/01/first-ejb3-impressions-with-jboss-403/ - cached - mail it - history
1 - 10 of 11 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates