Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: java

    comments

    Scala: The difference between val and var

    by SQLDenis on Jan 12, 2013 in categories Java EE, Application Lifecycle Management. Article views: 1471 views

    This is a short Scala post to explain what the difference is between val and var. I was showing some Scala code to a co-worker this past week and he was asking what the difference was between val and var. It is quite simple:

    Read More...
    comments

    Installing Scala 2.10 on Eclipse Juno

    by SQLDenis on Jan 05, 2013 in categories Java EE, Application Lifecycle Management. Article views: 2565 views

    Scala 2.10 was released yesterday and I decided to take a look at it. But first what is Scala anyway? From the Scala site: Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and typ…

    Read More...
    comments

    Java Training Day 5

    by SQLDenis on Nov 30, 2012 in categories Application Lifecycle Management. Article views: 1923 views

    Last day of the training and I am glad it is over...this stuff is draining Here is what was covered today Network Programming Low Level TCP/IP Protocols IPv4 and IPv6 UDP Multicast TCP/IP Message Based protocols HTTP Connections framework…

    Read More...
    comments

    Java Training Day 4

    by SQLDenis on Nov 29, 2012 in categories Application Server, Java EE, Application Lifecycle Management. Article views: 1379 views

    Java Day 4 The Collections Framework Legacy Container Classes A container is an object that holds a collection of other objects An array is a simple container. Arrays have a couple of limitations . The size is fixed . All the members of the arra…

    Read More...
    comments

    Java Training Day 1

    by SQLDenis on Nov 26, 2012 in categories Java EE, Websphere, JBoss, Application Lifecycle Management. Article views: 1316 views

    Today is day one of the Java class I am taking this week. I am just dumping some of the stuff that I am hearing about, some of the stuff I might already know. Java is a general purpose language, it is interperted, output is by…

    Read More...
    comments

    This week eleven coworkers and myself will be in Java training for most of the time, I haven't touched Java since 2001. I did a bunch of research over the 4 day weekend to get a little head start. I installed Netbeans and Eclipse to see how they are…

    Read More...
    comments

    So many saxparser examples are just wrong and here is why.

    by Christiaan Baes (chrissie1) on Jan 08, 2012 in categories Java. Article views: 1471 views

    If you go on Google and look for an example on how to parse xml in java you will find plenty of examples using the saxparser. And you will see them doing something like this. package be.baes.thisDevelopersLifePlayer.rss; import android.util.Log;…

    Read More...
    comments

    Using Roboguice to inject your dependencies in an Android app

    by Christiaan Baes (chrissie1) on Oct 02, 2011 in categories Java. Article views: 6267 views

    After the writing of your first application and the first tests. It is time to make our application a bit more testable by using dependency injection. I choose to use RoboGuice for this, which is a subproject of Guice made especially for the Android sub-culture.

    Read More...
    comments

    Getting into Android development is easy. Just download Eclipse and the Android SDK and you are on your way to brilliant things. And making your first app is easy. One of the first apps we wrote was a close button. In other words. Put a button on the screen and when the user clicks it then close it.

    Read More...
    comments

    My First Android Application (Ubuntu Linux)

    by Rob Earl on Jan 05, 2011 in categories Java. Article views: 1801 views

    This post details my first adventure into developing for the Android platform and the steps taken to get the HelloWorld application to run. Download the Linux SDK from: http://developer.android.com/sdk/index.html Extract the archive and take note of…

    Read More...

    :: Next >>