Do not limit your challenges.. Challenge your limits

BTemplates.com

Search This Blog

Powered by Blogger.

About Me

My photo
kathmandu, Bagmati, Nepal
I am Software developer based on Nepal.I have started coding since mid of 1995 with QBasic.My interest in software development covers a broad range of technologies from assembly to the Microsoft .NET platform to Java, Linux to Windows, Windows Mobile to Android, desktop to web to mobile, and many others. But from 2007 I am just working on Java mainly working on Java EE platform and decided just to go with it. I really like to learn new stuff and share things with others which is my main objective in creating this blog.

ArchUnit : Java architecture test library

Finally I have found the required library which will enforce architecture patterns . ArchUnit  . Currently I am exploring it and will upd...

Thursday, March 14, 2013

Running java application as linux daemon



Linux daemon is a application which runs as a background process,rather than being under the direct control of an interactive user.We can create a java application that can run as daemon process. Here is few step which will help to create a linux daemon process.

Sunday, May 27, 2012

JASS Security through Database With Jboss 7.1.1


JAAS can be used for two purposes:

  1. for authentication of users, to reliably and securely determine who is currently executing Java code, regardless of whether the code is running as an application, an applet, a bean, or a servlet; and
  2. for authorization of users to ensure they have the access control rights (permissions) required to do the actions performed.

For more details information about JASS Security can be found here .