by Neil Olson | Jan 26, 2016 | Java, Spring Framework
Spring Security Active Directory LDAP Example At a recent client, I was tasked with securing their web applications using Spring Security and their internal Active Directory (AD) LDAP server. I scoured the web and went through a lot of trial and error until I finally...
by Michael Fanous | Jan 14, 2016 | Eclipse, Java, Spring Framework
Spring Batch is an open source batch processing framework that can be a great alternative to the heavyweight and proprietary IBM WebSphere Batch system. However, it can be a little tricky to get up and running. Before writing your first Spring Batch job, you may want...
by Jeff Jensen | Oct 27, 2015 | Java, Spring Framework
At Intertech we believe strongly in contributing to and advancing the developer community. That means we’re often active members on sites and forums such as GitHub, Stack Overflow, and many other developer resource sites. We’ll often post updates on...
by Intertech Inc. | Jul 30, 2015 | From The Field, Java, Mobile, Web Development
There are endless development-related sites with content to consume, but finding the ones worth your time is the hard part. In 2015 we put together a list of top developer websites (not in any specific order) that were meaning full. Most are still around and should...
by Jim White | Mar 31, 2015 | Android, From The Field, Java, Mobile
Project Volta is the name given to features of Android 5 aimed at improving power usage on Android devices. Volta includes better tools for monitoring battery usage. I’ll be covering those tools in an upcoming post. It also includes a new API for scheduling...
by Jim White | Oct 21, 2014 | From The Field, Java, Spring Framework
Spring Integration Tutorial (Part 8) – Gateways In this final post on my Spring Integration tutorial series (SI), we take a look at gateways. Gateways are a means of loosely coupling other application components from the SI API or other messaging API. The...