A Division of Technology Associates International Corporation
Maximo Blog

Data Management in J2ME using the RMS

March 23, 2010 in C#, Programming Techniques, JavaME, Programming Techniques by Michael Chrisman 0 Comments

This is a presentation I did for the Boise Code Camp and Tech Fest. It talks about how to do data managements using the Record Management System provided in J2ME. It also covers use Data Access Object approach to handling your data management. Data Management in J2ME using the RMS.zip …

Read More

Using Active Directory to manage your web application security

October 24, 2007 in C#, Programming Techniques by Michael Chrisman 0 Comments

The one common thing all applications have in is some type of security. Even the simplest of applications have at least some type of “administration” functionality. The most common and easiest way to setup up security is to 1) create users, 2) create groups, 3) assign users to those groups, …

Read More