queries on MANTIS language..Any body clear my doubts...

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
rukmakiran
Posts: 3
Joined: 15 Nov 2006, 05:37
Location: mumbai,India

queries on MANTIS language..Any body clear my doubts...

Post by rukmakiran »

Hi,
I am new to MANTIS system and coding..i have some queries could u please clear as for below.

1.How can we create a MANTIS ONLINE screens ??
2.Is it require to compile ..if yes..what is the procedure to do this ??
3.And how the data will be populated from COBOL program to MANTIS screens???

please guide me for the same

thanks in advance
Thanks&Regards
Rukma
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

Mantis is developed in PHP which is a scripting language. The code gets interpreted rather than compiled.

You can use MantisConnect [1] to put data into Mantis if COBOL supports web services. You can also export the data to csv and then import it via a script, or write code that would write it directly to the database.

[1] http://www.futureware.biz/mantisconnect/

Regards,
Victor.
Mantis for Cell Phones
http://www.futureware.biz/mantiswap
rukmakiran
Posts: 3
Joined: 15 Nov 2006, 05:37
Location: mumbai,India

Some More queries on MANTIS usage..please clerify...

Post by rukmakiran »

Hi vboctor,

Thanks for your reply,
Actually i have to use MANTIS as a UPPER layer in MAINFRAME, middle layer as a COBOL and backend is DB2 database.
I have an work experience on COBOL,but i am novice to MANTIS
Could you plese clear the queries i have in the below:
1. Is how can COBOL communicate(send and recieve data) with MANTIS screens?
2. Can we embed MANTIS commands in OCBOL coding ??

Do the needful on resolving above queries and please give me some links where i can get more info to develop the MANTIS ONLINE Screens.

and please sugest me some good USER MANUALS for reference

Thanks in Advance
Thanks&Regards
Rukma
rukmakiran
Posts: 3
Joined: 15 Nov 2006, 05:37
Location: mumbai,India

Some More queries on MANTIS usage..please clerify...

Post by rukmakiran »

Hi vboctor,

Thanks for your reply,
Actually i have to use MANTIS as a UPPER layer in MAINFRAME, middle layer as a COBOL and backend is DB2 database.
I have an work experience on COBOL,but i am novice to MANTIS
Could you plese clear the queries i have in the below:
1. Is how can COBOL communicate(send and recieve data) with MANTIS screens?
2. Can we embed MANTIS commands in OCBOL coding ??

Do the needful on resolving above queries and please give me some links where i can get more info to develop the MANTIS ONLINE Screens.

and please sugest me some good USER MANUALS for reference

Thanks in Advance
Thanks&Regards
Rukma
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

Hi Rukma:

I don't mean to offend, but it almost sounds as though you are talking about the Mantis programming language as opposed to the Mantis Bug Tracker System (which is what this forum is for). Is this correct?
Post Reply