• Joining Tables with Different Justifications

    Overview Many people know about *RIGHTJUST being able to allow for filtering and record selections when running apps.  However, there is also a way to join two tables together on a field that is justified differently (left-justified in one table and right-justified in the other).  This tech blog post will…

  • Utilizing the Remote Address Valve parameter within Tomcat

    Just yesterday, a client was inquiring about securing his m-Power applications so they could be accessed from only 1 IP address. His m-Power application was allowing users to clock in/out. For obvious reasons, he did not want a user to start logging in and out from home. Of course, from…

  • Using SSL on Stand Alone Tomcat

    On a recent client project, I had the opportunity to setup SSL for generated applications.  I’d like to share a document that I used to help me through it. —– This link describes how to configure SSL support on Tomcat 6. Please read the whole document to gain basic understanding…

  • Implementing Your Look into Generated Applications

    Later this week we will be rolling out a new look for generated applications. By default the new look will look something like this. While we feel these colors are much more neutral and pleasing for our user base, you still may want to change them to match your corporate…