Entries Related to ‘Tutorial’

mod_python: More Than Just a CGI/WSGI Alternative
By Jeremy Whitlock on Thursday, August 19th, 2010 in Technical

mod_python is more than just a CGI/WSGI alternative — you can use it not only to serve Python-based applications that run faster than traditional CGI, but you can actually use exposed Apache APIs to write full-blown Apache modules using the Python language. In this tutorial we’ll walk you through the process of creating a simple application using most of the features that mod_python delivers.

Related Software Packages: , , , , , ,
Keywords: , , ,
Creating Intelligent Projects with Maven
By Mert on Tuesday, March 16th, 2010 in Technical

This tutorial covers the core concepts of Apache Maven and discusses how you can begin using Maven in your own development projects. Concepts covered include the Project Object Model (POM), Build Lifecycle, Dependency Management, Repositories, and Plugins. It also gives some hints on the IDE support you can find for popular Java IDEs.

Related Software Packages:
Keywords: , ,
Getting Started with Java EE 6
By Mert on Wednesday, January 27th, 2010 in Technical

Java EE 6 is hot, new, and pretty darn cool. It eases development with its “standardized” features, and the zero-configuration approach apparent in every part of the implementation is really nice, lending an out-of-the-box feeling that’s similar to the .NET environment. In this tutorial we’ll update you on the world of Java EE 6 with the help of a Twitter-like demo application that contains JSF 2.0, PrimeFaces, CDI and Weld as well as Hibernate Validator frameworks.

Related Software Packages: , , , , , , , ,
Keywords: ,
Get open source software support
Escaping Microsoft Exchange via Davmail + Fetchmail + Postfix + Courier IMAP
By Andrew Back on Tuesday, December 15th, 2009 in Technical

This tutorial explains how to use a recipe of Davmail, Fetchmail, Postfix, and Courier IMAP to interface standards-based e-mail clients with Exchange’s Outlook Web Access, and to integrate corporate and non-corporate e-mail accounts into a single inbox that’s not buried inside the store of the mail user agent.

Creating a Continuous Integration Server for Java Projects Using Hudson
By Grant Smith on Friday, October 23rd, 2009 in Technical

A continuous integration (CI) engine is an automated build system that checks out the most current code from a source code repository, builds it, and makes the resulting artifacts available for download and review. This tutorial covers the setup of a continuous integration server for Java projects with Hudson, one of the top open source CI engines.

Creating a Maven-Based Development Environment on Linux
By Grant Smith on Monday, September 28th, 2009 in Technical

Maven is quickly becoming the de facto standard for Java project builds, but its reliance on a remote central repository somewhere on the Internet can be troublesome. This tutorial covers the setup of a local Maven proxy, including installation and configuration of Maven and the Nexus repository manager on a Linux server.

Related Software Packages: , , , , , ,
Keywords: , , ,
Checking Basic Life Signs of Applications Running in JBoss
By Veljko Krunic on Tuesday, September 15th, 2009 in Technical

What should you do if your JBoss application slipped into unconsciousness, requests just hang, and your logs don’t show anything useful? This tutorial will guide you through basic JBoss paramedic techniques you can use to check your application’s vital signs.

Related Software Packages: ,
Keywords: ,
Installing Apache HTTP Server with a Quick-Start Config
By Freddy Andersen on Wednesday, June 24th, 2009 in Technical

The Apache HTTP Server is one of the most widely used open source software packages, so it’s no surprise that we get lots of questions about Apache installation procedures. Fortunately, we have tons of experience with Apache installations, and we’ve distilled our years of experience into this handy tutorial.

Related Software Packages: , , , , , , , , , ,
Keywords: ,
Installing an SSH/SFTP Server on Windows
By Glen Bettridge on Thursday, May 14th, 2009 in Technical

Need to get an OpenSSH Secure Shell and SFTP server running on Windows? You’ve come to the right place. This tutorial will guide you through the basic steps necessary to install and configure OpenSSH, with Cygwin as a compatibility layer on top of Windows.

Related Software Packages: , , ,
Keywords: , , ,
Creating a Secure Repository with Subversion
By Dru Lavigne on Wednesday, March 25th, 2009 in Technical

Whether you’re a software developer, graphic artist, or office manager, odds are you’ve got important files that are routinely shared and updated. This tutorial will show you how to streamline collaboration by creating a secure Subversion repository for archiving those files and tracking revisions.

Related Software Packages: , , ,
Keywords: , ,

Next Page »

© 2010 OpenLogic, Inc. | Licensing | Privacy Policy | Terms of Use