This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes how a simple java program interacts with another software? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how a simple java program interacts with another software?" Watch "how a simple java program interacts with another software?" New topic
Author

how a simple java program interacts with another software?

abheeshek reddy
Ranch Hand

Joined: Nov 28, 2008
Posts: 39
Hi All,

We have Remedy software, Basically its a ticket(a software bug) tracking system.
when we fire a remedy query it gives a set of results (query can be tickets in current month).

Can i write a java program where in it fires a query to remedy software and gets the result and to update results in an .csv file?.



William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
Can i write a java program where in it fires a query to remedy software and gets the result and to update results in an .csv file?.


We are missing the most important information.

HOW does a user "fire a query" - using what interface? Command Line, browser, custom client, Perl script, batch file??? so many possibilities.

Bill

Java Resources at www.wbrogden.com
abheeshek reddy
Ranch Hand

Joined: Nov 28, 2008
Posts: 39
William Brogden wrote:
Can i write a java program where in it fires a query to remedy software and gets the result and to update results in an .csv file?.


We are missing the most important information.

HOW does a user "fire a query" - using what interface? Command Line, browser, custom client, Perl script, batch file??? so many possibilities.

Bill



Thanks for response william.
i prefer to fire the query using batch file. However you can suggest me better one.


 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how a simple java program interacts with another software?
 
Similar Threads
Forking process, DB2 connect
Java program that generates troubleshooting ticket (Remedy, etc)
Querying BMC Remedy Database
Connecting to AR System ODBC database (Remedy)
How do I organize table rows as parent child relationship with a for loop and if statement