Powered by Blogger.

What is JIRA. How to Work with JIRA ?

>> Friday, September 30, 2011

About JIRA:

JIRA is a proprietary issue tracking product, developed by Atlassian, commonly used for bug tracking, issue tracking, and project management. The product name, JIRA, is not an acronym but rather a truncation of "Gojira", the Japanese name for Godzilla.It has been developed since 2004.

Architecture:

JIRA is written in Java and uses the Pico inversion of control container, Apache OFBiz entity engine, and WebWork 1 technology stack. For Remote Procedure Calls (RPC), JIRA supports SOAP, XML-RPC and REST.

How to checkin the code into CVS using WSAD

>> Saturday, September 17, 2011

The few steps to checkin your code in to CVS.

#1). Select your file in the workspace to checkin and right click on the file and select Team then Synchronization




How to Change Variable values in Debugging using WebSphere

>> Monday, September 12, 2011

While running our application we can change the variable values as per our requirement and results for testing purpose.

1. First we have to add break points at perticular positions in WebSphere ApplicationDeveloper(WSAD).

 

Convert String to Character Array Example

To Convert a String into Character we should have some methods to convert.Java having the methods are toCharArray( ) and charAt( ) .By using these we can convert. But in our program by using toCharArray( ) method is enough.

Convert String to Character Array Example This example shows how to convert a given String object to an array of character


Take a class named as 'Str2Char'

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.