VOOZH about

URL: https://www.javacodegeeks.com/author/Craig-Flichel

⇱ Craig Flichel, Author at Java Code Geeks


  • Software Development👁 Image
    Craig FlichelJune 5th, 2014
    3 100

    The Mouse is a Programmer’s Enemy

    One of the first programming management books I was encouraged to read was Peopleware – Productive Projects and Teams. It…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Craig FlichelMarch 4th, 2014
    0 92

    Java Enterprise Software Versus What it Should Be

    A lot of developers end up in the Java “enterprise” world at some point in their careers. I know the…

    Read More »
  • Software Development👁 Image
    Craig FlichelApril 23rd, 2012
    0 144

    Why Developers Keep Making Bad Technology Choices

    Today, software developers are faced with a great abundance of options when choosing how to design and implement systems. We…

    Read More »
  • Core Java👁 Image
    Craig FlichelMarch 20th, 2012
    0 211

    Common and Unique Elements In Multiple Collections

    This week, we’ll take a break from higher level problems and technology posts to deal with just a little code…

    Read More »
  • Enterprise Java👁 Image
    Craig FlichelFebruary 10th, 2012
    0 155

    Problems with ORMs Part 2 – Queries

    In my previous post on Object-Relational Mapping tools (ORMs), I discussed various issues that I’ve faced dealing with the common…

    Read More »
  • Enterprise Java👁 Image
    Craig FlichelJanuary 18th, 2012
    0 131

    Morphia and MongoDB: Evolving Document Structures

    In my previous post on Morphia, I went through some typical usages and mentioned some caveats and workarounds for known…

    Read More »
  • Core Java👁 Image
    Craig FlichelDecember 15th, 2011
    0 342

    Cloning of Serializable and Non-Serializable Java Objects

    Frequently developers rely on 3d party libraries to avoid reinventing the wheel, particularly in the Java world, with projects like…

    Read More »
  • Core Java👁 Image
    Craig FlichelDecember 1st, 2011
    0 528

    Ignoring Self-Signed Certificates in Java

    A problem that I’ve hit a few times in my career is that we sometimes want to allow self-signed certificates…

    Read More »
  • Core Java👁 Image
    Craig FlichelNovember 17th, 2011
    0 307

    Java 7 Feature Overview

    We discussed previously everything that didn’t make it into Java 7 and then reviewed the useful Fork/Join Framework that did…

    Read More »
  • 1
  • 2
  • 3
  • »
Back to top button
Close