RSS
 

Archive for January, 2012

Stored Procedures and MUMPS

30 Jan

DivConq has just released an presentation delving into details of Stored Procedure development within DivConq Framework. This includes examples on how to pass data to a stored procedure and how to return data from a stored procedure. It further includes how to pass status or debugging messages from stored procedure, including message localization.

Download : Download PDF or View on SlideShare.

The presentation covers:
1) Java Struct Parameters to MUMPS structure conversions
2) returning JSON-Like data structures
3) Error messages
4) Localized messages

Share
 
Comments Off

Posted in Uncategorized

 

Data Structures in DivConq

27 Jan

DivConq has just released an introductory presentation covering the JSON-Like data structures used within DivConq Framework.

Download PDF or View on SlideShare.

The presentation covers:
1) JSON Compatibility
2) Creating data structures
3) Accessing data structures
4) Use of dcSchema for data validation

Share
 
Comments Off

Posted in DivConq, Elastic Architecture, Framework, MUMPS

 

Stored Procedure Overview

18 Jan

DivConq has just released an introductory presentation on Stored Procedure use within DivConq Framework.

Download Power Point or View on SlideShare.

The presentation covers:

1) how DivConq connects to MUMPS
2) how to create a request
3) the request-response flow
4) Java example code
5) schema example declaration
6) MUMPS example code
7) JSON and interoperability

Share
 
Comments Off

Posted in DivConq, Framework, MUMPS

 

DivConq Framework 0.4.8 Released

17 Jan

This week we released version 0.4.8 of our DivConq Framework. This release extends the capabilities of our dcTables feature. Download.

Our open-source DivConq Framework brings a sophisticated but accessible Java library to MUMPS developers with the intention of getting the most out of the pairing. In version 0.4.5 we supplemented our powerful stored procedures feature with dcTables, a feature that aims to provide the rapid development ideal of relational databases to MUMPS. With version 0.4.8 we round out dcTables by adding support for a SELECT like command. dcTables already supported commands similar to INSERT, UPDATE and DELETE.

Share
 
Comments Off

Posted in Uncategorized