Natural Born Coder

  • JavaMuch maligned but I like it, here be Java.
    • Java EE
    • JavaFX
  • MethodologyPrototype agile spiral waterfalls, that’s pretty much what you’ll find here.
    • Revision ControlCovering all flavours of revision control from CVS and Subversion to Git.
  • Linux
  • Virtualization
  • Networking
  • About
  • Colours of ls

    Jul 30, 2011

    —

    by

    doozer
    in Linux

    The ls command list the files and directories (and other items) in a given directory. It can be asked to colour the output that it produces to give you an indication of what each file is and what permissions it…

  • Job Scheduling – The Timer Service

    Jul 29, 2011

    —

    by

    doozer
    in Java EE

    Most non-trivial applications require at least some asynchronous processing but direct use of the thread library is not allowed in a JEE container environment. To get around this limitation EJB 2.1 introduced a timer service which, although functional, wasn’t very feature…

  • Getting Started with JEE 6 – Choices, Choices – Picking an Alternative

    Jul 29, 2011

    —

    by

    doozer
    in Java EE

    In the previous article we looked at how we can use the CDI qualifier system to pick which one of multiple possible implementations should be used when an injection takes place. In this article I show you how to decide…

  • Getting Started with JEE 6 – CDI Qualifiers

    Jul 29, 2011

    —

    by

    doozer
    in Java EE

    In the last article we developed an application that had two alternative implementations of an EJB based QuoteService which unfortunately ran aground because CDI couldn’t choose which of our implementation to use. In this article I’ll discuss how to let…

  • Getting Started with JEE 6 – Multiple Implementations of an EJB

    Jul 29, 2011

    —

    by

    doozer
    in Java EE

    In the previous part of this series we developed an application that contained a simple no interface EJB which fed quotes to a QuoteBean which, in turn, supplied them to the JSF page. In this part I’ll modify the QuoteService…

  • Getting Started with JEE 6 – Creating an EJB

    Jul 29, 2011

    —

    by

    doozer
    in Java EE

    In the previous part we created a simple little application that comprised just a single bean and a JSF page. The page called the bean and asked for a quote which was then displayed. Under the hood though there was…

  • Getting Started with JEE 6 – First Code

    Jul 28, 2011

    —

    by

    doozer
    in Java EE

    Now that we have created the project it’s time to throw caution to the wind and just start writing some code! Right click on the example.simpleproject node under Source Packages and select new… then Java Class. Call the class QuoteBean…

  • Getting Started with JEE 6 – Creating a New Project

    Jul 28, 2011

    —

    by

    doozer
    in Java EE

    This short series of articles covers some of the basics of working with Java EE 6 (JEE6) and in particular JSF 2.0 and CDI (JSR 299 Context and Dependency Injection). JSF 2.0 and CDI bring some fantastic new functionality to…

  • International Routing Department Scam

    Jul 21, 2011

    —

    by

    doozer
    in Miscellaneous

    There is a scam doing the rounds that tries to infect your computer or get you to phone a premium rate number for computer support. It goes something like this: You get a phone call from an Indian sounding guy…

  • Local transaction already has 1 non-XA Resource

    Jul 21, 2011

    —

    by

    doozer
    in Java EE

    While developing a bit of functionality that transferred data from one database to another in my current JEE 6 web application I came upon the exception below. Surprisingly for exceptions from deep within system this one is actually quite informative if you…

  • Creating a Connection Pool in GlassFish 3.1

    Jul 18, 2011

    —

    by

    doozer
    in Java EE

    Database connection pools are by far the simplest and quickest way to get a database connection from a JEE application. This article describes how to set up a new connection pool in GlassFish 3.1. Version 3.0.x of GlassFish used configuration…

  • Joomla Modules and Plugins

    Jul 17, 2011

    —

    by

    doozer
    in Joomla

    Joomla has literally thousands of extensions that add various bits of functionality to a Joomla based website. This article covers those Joomla extensions that I find particularly useful or well put together. You can find these and other extensions are…

←Previous Page
1 … 18 19 20 21
Next Page→

Popular Categories

  • Backup (1)
  • Big Data (1)
  • Docker (6)
  • Hardware (26)
    • MikroTik (5)
    • Raspberry Pi (8)
  • IDE (2)
  • Java (74)
    • Java EE (38)
    • JavaFX (14)
    • Spring (3)
  • Joomla (6)
  • Latex (4)
  • Linux (104)
    • KDE (1)
    • OpenMediaVault (3)
    • Proxmox (20)
    • ZFS (6)
  • Methodology (10)
    • Revision Control (2)
  • Miscellaneous (20)
  • Networking (16)
  • Projects (6)
    • Clinical Guard (1)
    • PlotFaces (4)
    • WatchedFlix (1)
  • Rust (1)
  • SQL (6)
  • Uncategorised (1)
  • Virtualization (27)
  • Windows (7)
  • WordPress (10)
  • XML (5)

Tags

Apache CDI Debian Docker EJB GlassFish Hardware Hudson Java Java EE JavaFX JAX-P Jenkins Joomla JPA JSF Kubuntu KVM Latex Linux Maven MikroTik Miscellaneous MySQL NAS NetBeans Networking OpenStack Persistence PlotFaces PrimeFaces Projects Proxmox Raspberry Pi Security SQL SSH Ubuntu VirtuaBox Virtualization VMWare Windows WordPress XML ZFS


Search the website

Natural Born Coder

Making electrons work for a living…