JDK7: Install Oracle Java 7 in Ubuntu via PPA Repository
JDK7: Install Oracle Java(JDK) 7 in Ubuntu 12.04 Precise & 11.10 Oneiric
Similar: How To Install Oracle Java 7 In Debian Via Repository
JDK8: Install Oracle Java 8 (JDK & JRE) in Ubuntu 12.04
Useful: Ubuntu 12.04: How to Enable Open in Terminal / Console
No-pass login: How to Login Without Password in Ubuntu 11.10
Auto-Login: Automatically Login to Ubuntu 12.04 (Precise Pangolin)
Showing posts with label java. Show all posts
Showing posts with label java. Show all posts
2012-10-09
2012-07-22
What's in the Dalvik cache?
OSNews asks: What's in the Dalvik cache?
And one of the commenters points to interesting reference document:
http://www.netmite.com/android/mydroid/dalvik/docs/dexopt.html
And one of the commenters points to interesting reference document:
http://www.netmite.com/android/mydroid/dalvik/docs/dexopt.html
2012-05-26
Elegant Event Handling in Java
Here's a comment I added to a great post with a very nice piece of Java code:
Elegant Event Handling in Java
And here is a link to original code on GitHub: EventListeners.java
Elegant Event Handling in Java
Yes, that's very elegant. I was implementing some Java class, when I went "hey, I need to handle events". I know how to do this in Delphi and .NET/C#, and I know how to use Swing events (even if I don't really like their approach).
So I've looked into JButton searching for "actionPerformed()" method, but no luck.
Then I went to AbstractButton and found "fireActionPerformed()" - which looked pretty ugly.
I even went to EventListenerList - to confirm my suspicion, that there is a mess in Java regarding events. And it is inherited from old, pre-generics, Swing design.
I knew there must have been some better way.
I've found Mr HappyObject - funny, but not so useful.
Then this: How To Create Your Own Events In Java - little better, and with synchronized methods (nice bonus).
This one looked promising: Generic event code - quite promising, but I kept on looking.
But your code is the best so far. I'm going to test it and will probably use it in my internal, little project.
Thanks a lot!
And here is a link to original code on GitHub: EventListeners.java
2010-02-21
Java Triggers and the Oracle Database
Fine article with a nice and easy to understand example:
http://java.sun.com/developer/technicalArticles/javase/oracle_db_triggers/?feed=JSC
http://java.sun.com/developer/technicalArticles/javase/oracle_db_triggers/?feed=JSC
2009-02-08
How to customize NetBeans look and feel
A good overview of possible options for custom look and feel in NetBeans can be found here:
http://javahowto.blogspot.com/2008/05/how-to-customize-netbeans-look-and-feel.html
Apart from original tip concerning MetalLookAndFeel, the above is a nice source of ideas, which I like a lot. :-)
http://javahowto.blogspot.com/2008/05/how-to-customize-netbeans-look-and-feel.html
Apart from original tip concerning MetalLookAndFeel, the above is a nice source of ideas, which I like a lot. :-)
2009-01-12
2008-12-20
JFXBuilder - The First JavaFX Visual Designer
A cool Java Web Start application for creating JavaFX files. Good!
http://www.reportmill.com/jfx/
Also an original announcement:
http://www.reportmill.com/news/2008_12.html
http://www.reportmill.com/jfx/
Also an original announcement:
http://www.reportmill.com/news/2008_12.html
2008-06-28
2008-04-24
Run NetBeans using custom Look&Feel
Original at: http://wiki.netbeans.org/FaqCustomLaf
After installing NetBeans on Ubuntu one simply needs to add the relevant launcher to a panel, and then modify the command, for example:
(all in one line, of course)
After installing NetBeans on Ubuntu one simply needs to add the relevant launcher to a panel, and then modify the command, for example:
/bin/sh "/opt/netbeans-6.5/bin/netbeans" --laf javax.swing.plaf.metal.MetalLookAndFeel
(all in one line, of course)
2008-03-16
Adobe Flex gaining ground in India; Java UI watch out!
http://www.oreillynet.com/onjava/blog/2008/03/adobe_flex_gaining_ground_in_i.html
Abdul Qabiz's Blog - India (an active Flex developer)
http://abdulqabiz.com/blog/
Abdul Qabiz's Blog - India (an active Flex developer)
http://abdulqabiz.com/blog/
2007-10-07
2007-07-12
Consumer JRE, Easy Deployment
Consumer JRE: Leaner, Meaner Java Technology
http://java.sun.com/developer/technicalArticles/javase/consumerjre/
"Easy Deployment Is Finally Here" session notes
http://sellmic.com/blog/2007/05/16/easy-deployment-is-finally-here-session-my-notes/
http://java.sun.com/developer/technicalArticles/javase/consumerjre/
"Easy Deployment Is Finally Here" session notes
http://sellmic.com/blog/2007/05/16/easy-deployment-is-finally-here-session-my-notes/
2007-07-01
Choosing the Right Architecture - eBook
Choosing the Right Architecture: What It Means for You and Your Business
http://cp.jupiterweb.com/index.php/3806_architecture/084c5c900ab38c5c07f95aaadb4c44db?js=1
http://cp.jupiterweb.com/index.php/3806_architecture/084c5c900ab38c5c07f95aaadb4c44db?js=1
This custom eBook from DevX and IBM Rational explains why choosing the correct architecture early in your development process is essential for success - both for your business and for you, personally, as a developer.
2004-04-02
The Naked Object Architecture Series
TheServerSide.com - The Naked Object Architecture Series
http://www.theserverside.com/articles/article.tss?l=NakedObjectSeries
http://www.theserverside.com/articles/article.tss?l=NakedObjectSeries
2004-03-25
Eclipse Tomcat plug-in
http://www.sysdeo.com/eclipse/tomcatPlugin.html (broken link)
Tags:
broken links,
eclipse,
java,
notes
Subscribe to:
Posts (Atom)
