Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>java</span>

LDAP Recipes

Many enterprise systems have a need for integration with a directory data source, such as an LDAP or MS Active Directory Server. Common tasks include administration of authentication data, user, group and role management, authentication, and synchronization of data between the directory and a relational database. These tasks are often …

Spring Security

Spring Security is a popular, open-source Java security framework that represents the Spring portfolio’s official security capability. It has received hundreds of thousands of downloads, been ported to other platforms (such as Python and Microsoft .NET) and represents a popular choice in many banking, government, and military installations. This session …

Introduction to Messaging With Apache ActiveMQ

Systems based on messaging are increasingly being recognized for better handling of unpredictable changes and for scaling further than traditional tightly-coupled applications. Apache ActiveMQ is an open source message broker that that support the Java Messages Service, provides client access from many different languages and offers many advanced features necessary …

The Future of the Web: HTML 5, WebSocket, and Comet

The HTML 5 specification is set to forever change the way in which we build applications for the Web. One innovation- WebSocket- in particular will enable full-duplex HTTP communication, and finally bring an end to the tired “click and wait” paradigm traditionally associated with the Web. Prior to the introduction …