<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Metamodel Based Framework for Informative System Development - ISTechnology</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jānis Iljins</string-name>
          <email>janis.iljins@di.lv</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ģirts Karnītis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Latvia</institution>
          ,
          <addr-line>Raina 19, Riga</addr-line>
          ,
          <country country="LV">Latvia</country>
        </aff>
      </contrib-group>
      <fpage>84</fpage>
      <lpage>93</lpage>
      <abstract>
        <p>The paper describes methodology and framework for model based informative system development and maintenance ISTechnology (IST). The methodology and implementation of the IST, as well as the domain specific business process modelling language created for IST and its implementation within the framework is discussed. Using IST several financial informative systems are developed for different banks in Latvia. Analysis of the time spent for the development and maintenance of informative systems used in real exploitation shows: usage of the metamodel based framework minimizes effort needed for the development and maintenance of informative systems.</p>
      </abstract>
      <kwd-group>
        <kwd>ISTechnology</kwd>
        <kwd>Metamodel</kwd>
        <kwd>Informative system development</kwd>
        <kwd>Model-driven software development</kwd>
        <kwd>Domain-specific business process modeling</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The paper deals with the problem of how to effectively implement and maintain an
informative system in a financial institution (for example, a bank or an investment
fund) characterized by a changing business environment and complex business
processes. We created a system design, development and maintenance method, in which
developer creates a model for implementation and maintenance, characterized by the
fact that high level system design is stored in the system repository. Based on the
method we developed the Information Technology Development and Maintenance
methodology and framework ISTechnology (IST). On the basis of IST we have
created a number of systems which are introduced in several financial institutions.</p>
      <p>The following chapters provide a more detailed description of the IST and its
assessment. The first chapter describes the similar solutions and their similarity and
differences with IST. The second chapter describes the IST metamodel. The third and
fourth chapters contains IST implementation details - the IST framework description
and the IST domain specific business process description language. The fifth chapter
describes the evaluation of the use of IST by analyzing the amount of time spent on
maintenance and the number of changes that have been received for systems that are
actually developed using IST.
2</p>
    </sec>
    <sec id="sec-2">
      <title>The Current Situation</title>
      <p>
        IST ideas have been tested in a series of systems [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and have proven their
livelihoods. This chapter describes similar model based solutions and their differences
from IST.
      </p>
      <p>
        Most widely known solution is Model Driven Architecture (MDA). MDA is based
on models and their transformations [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The MDA consists of Platform Independent
Model (PIM), Platform Specific Model (PSM) and Code and defines how they will be
derived from each other. In the MDA approach, code generation has become an
inevitable step [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. One of the major shortcomings of MDA is the failure to provide
nonfunctional requirements (such as performance or usability requirements) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>Compared to MDA, IST offers a different approach, which can be termed a
"broken" approach to modeling systems. An MDA-like method describes the system's
main structure, the main user interface, and system specific modules that are not
modeled, but are developed using traditional programming methods. System specific
modules are called from IST framework.</p>
      <p>The "broken" approach to the modeling and the systems created by it eliminates the
main disadvantages of the classic MDA:
• The system is modular - it consists of many small items, which are controlled by
one central item - the functional shell. In its turn, the functional shell operates
according to the system model - its functionality is modeled.
• The metamodel used for modeling is small enough and simple to be clear and
understandable.
• Usability is at the same level as it is in traditional systems.</p>
      <p>
        The next class of similar systems is the workflow systems. A lot of different
workflow management systems exists, such as YAWL [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], ADEPT2 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], BPEL [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], JIRA
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], and KiSSFLOW [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>Virtually all workflow management systems offer the ability to define configurable
workflow scenarios and operate in accordance with defined scenarios, which is to
interpret the defined scenarios. Workflow management is also one of several IST
functions. Consequently, IST can be considered to some extent as a workflow
management system.</p>
      <p>
        Document management systems have to be mentioned as another similar type of
system. Document management systems offer configurable access to business
documents, provide communication between employees. Wide comparison of document
management systems is in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Document management systems share common
features with IST, such as business process configuration and user interface
configuration. However, there is also a significant difference between IST and document
management systems. Document management systems have predefined business objects,
from which the central is "Document". Systems are primarily intended for storing
documents and controlling their versions. At the same time, IST provides business
processes for arbitrary processing of business objects in a database defined by the
system's developers.
      </p>
      <p>
        The BPEL [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] language is created for configurable business process management.
An interpreter for BPEL scripts is maintained [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. An essential prerequisite for using
BPEL is the provision of system functionality with the help of web services. There are
several tools that provide execution of the process according to the BPEL. The most
significant differences between IST and BPEL:
• BPEL does not include user interface modeling, which is a major component of the
      </p>
      <p>IST model.
• IST is designed for the development of one organization's information system and
its business processes, but typical BPEL solutions are designed for the integration
of several information systems - the business process for the exchange of
information between informational systems.</p>
      <p>
        Most similar to IST are those methods in which the metamodel based system model is
an integral part of the developed information system and the model determines the
functionality of the system. Such solutions are very rare, for example [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        Similarity with IST also exists with systems based on the domain-specific business
process description language BiLingva [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. In these systems, the business process
description in the BiLingva language is defined and the system executes it - the model
is interpreted. At the same time, there are differences between IST and BiLingva
systems:
• If BiLingva's business process description is at the heart of system functionality,
IST offers to configure not only the business process but also the user interface
the availability of business data and the availability of operations with data.
• BiLingva focuses on state-of-the-art decision making and transition of an object
from one status to another. Both of these factors are of little importance in the
description of the business process in the IST. At the same time, the language of the
IST business process offers complex transitions of the status of objects.
• The IST system is modular. This is not true for BiLingva systems, which consists
of one large module - the interpreter of the business process.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>The IST Metamodel</title>
      <p>The IST metamodel is shown in the Fig. 1. For each class, only the essential attributes
and methods that are most important to understand the IST work are given.</p>
      <p>Class “Task” describes the tasks. Classes "Organization", "Department" and
"Employee" allow you to store information about an organization (for example, a bank)
and its departments. Information about the employees of the organization is used both
as a contact database and as a database of system users who have the right to connect
to the system. Classes "Object class", "Event" and "Event details" ensures the
operation of the system as well as logging of database data changes. Log fails contain
information about opened screen forms as well as changed data values before changes.
Core of IST and main user interface is described in classes “Work place”, “View”,
“Operation” and “Message”. Those classes contain information necessary to run
system functional shell – system design interpreter, which interprets system design
encoded in metamodel. Class "Work Place" defines a "workplace" that consists of
objects that a user can see at the particular workplace and the activities that can be
performed on those objects. Class "View" defines business objects available to the user at
the specific workplace. Views can be defined as hierarchical structure for each level
defining filters and sorting facilities available. Class "Operation" describes the
modules that created outside IST and are invoked from IST and perform business
functions with selected objects. Class "Message" describes system alerts and reminders for
changes in database data and for user actions.</p>
      <p>The reports required in the informational system are defined in the classes
"Report", "Info set", "Info unit" and "Text style". Class “Report” contains main definition
of report, class “Info set” contains tables that are used in report, Class “Text Style”
contains report visual look.</p>
    </sec>
    <sec id="sec-4">
      <title>Domain Specific Business Process Language</title>
      <p>
        It was decided not to use the classic BPMN [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] in the definition and automation of
IST business processes, as IST requires a much narrower and more specific process
description that can be understood not only by IST, but also by end-users of the
systems as well. Therefore, a special IST business process modeling language was
developed.
      </p>
      <p>The business process model depicts the status of business objects as well as
business processes that change the status of business objects. State transitions are defined,
indicating the processes that make this transition.</p>
      <p>Fig. 2 shows example of business process – one of the simplest but typical of the
Securities Recording System (VUS) business processes - the process of processing
securities transactions on behalf of the client. The business process starts with
entering the transaction application and executing the transaction on the market.
Thereafter, a registration is made of the transaction application, which is approved for
settlement.
The metamodel described in the previous chapter is used by the main program of IST
framework – IST functional shell, which interprets the system design description
(model). The functional shell controls user access to the database. The functional shell
also provides access of a specific workplace available to a specific user. The windows
display a views tree – views, objects underneath the views, which may have
subviews under them. Selecting a particular object or view displays the operations that
can handle the selected object or view. After a certain time interval, messages in the
message window are renewed. The main window of the IST functional shell, as seen
by the system user, is shown in Fig. 3.</p>
      <p>IST views form a hierarchy. Each view creates a new level of hierarchy in which
the information is selected from the DB. Query for view:</p>
      <sec id="sec-4-1">
        <title>SELECT DISTINCT C.CURR_ID, V.CURR_NAME FROM VOP_CURR C, VP_TRANS T WHERE C.CURR_ID = T.CURR_ID_TRANS ORDER BY 2</title>
        <p>Query returns the list of transaction currency shown in the picture Fig. 3. It has a
subview that contains transactions for each currency. Query for subview:</p>
      </sec>
      <sec id="sec-4-2">
        <title>SELECT TRANS_ID, TRANS_NAME FROM VP_TRANS WHERE CURR_ID_TRANS = :id[1]</title>
        <p>In query, parameter: id[&lt;level&gt;] contains an identifier in the upper level view for
the user-selected value.</p>
        <p>Operations are attached to the view (for example, to add a new item) or object (for
example, edit, delete, print). Operation is carried out by calling the functions from
particular system-specific module created especially for that system. Operation
definition contains a reference to the DLL file and the name of the function that is called.
The call is technically implemented as a call to the DLL function.</p>
        <p>The operation may also be a creation of a report. IST framework includes the
DIREPO tool, which, based on the reporting module's report definition, is able to
create a report in popular document formats such as Microsoft Word (docx format),
Microsoft Excel (xlsx format), PFD.</p>
        <p>
          Business process models are developed with the tool Grade 2 developed by LUMII
[
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>The business process description contains too little information for IST
configuration automatically created from model to include all the configuration options
possible. There is a lack of information about the hierarchy of views, which is widely
used in IST workplace configurations. Consequently, the automatic IST configuration
can be used to:
• Create a DEMO version of the system immediately after business processes
analysis,
• Create initial configuration according the original business process in cases when
users can not define configuration requirements.</p>
        <p>The basic idea behind generating IST configuration is the transformation of models
from business process diagrams to IST configurations according the configuration
metamodel. A transformation tool has been developed that can convert defined
diagrams to database queries (SQL scripts) that make up the IST configuration.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Evaluation of Effectiveness of Methodology and Framework</title>
      <p>Based on IST, 4 large information systems have been developed, each of which is
implemented in a number of institutions:
• Currency operations information system – implemented in 2 institutions;
• Securities accounting system – implemented in 6 institutions;
• Fund management system – implemented in 4 institutions;
• Pension fund system – implemented in 2 institutions.</p>
      <p>
        The experience of using IST has enabled experts to develop guidelines for the
assessment of labor productivity based on the ideas of [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. The expert assessment
suggests that the creation of new functions requiring just configuring the IST model
requires about 3 times less workload than the new functions for which a new
application needs to be developed.
      </p>
      <p>Architecture of IST framework made it easier to migrate to another environment
(The first version of the IST was created in Centura environment and was later
migrated to .NET):
• IST is common to several systems that require migration. When migrating multiple
systems, the IST code had to be re-written only once.
• IST based systems have a modular structure. The system consists of many small
applications. Consequently, the migration of the system could be done gradually in
parts. During the transition period, both platforms can be used in parallel. Some
apps work in a new environment, some still in the old one.
• Because IST components are reused in different contexts, by overriding one
component, several business functions are transferred to the new platform. For
example, when overwriting 15% of applications in the VOIS system, the new platform
already operates 43% of the system functions.
• The IST metamodel is a platform-independent description of system functionality.</p>
      <p>
        By moving to a different platform platform-specific metamodel interpreters, the
metamodel and the system functionality description did not have to be changed.
Since September 2003, database of requests for changes has been carried out in the
change request system for the systems developed and put into operation using the
IST. During this period, 9429 changes requests were processed and completed. The
study [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] analyzed their content and the time devoted to them. The listed change
requests were analyzed based on what was changed in the system due to the request:
• IST applications - Improved or enhanced IST functional shell or other IST
applications that support its operation, as well as business model input or system
configuration.
• Configurable components - reconfigured multi use components or added a new
operation that uses an existing component. In other words, the request for change
has been implemented by introducing changes to the business model.
• Reports - reconfigured existing reports or added new ones.
• Specific applications - specific applications developed for a specific system -
modified algorithm or application program code.
• Changes to the data - the change request did not require any changes to the system.
      </p>
      <p>Instead, the database data has been corrected or only end user consultation was
needed.
The "broken" approach used by IST allows you to combine both the flexibility of
model-based applications with the benefits of traditional apps - usability, security, and
more. The IST method provides the following benefits:
• IST has its own metamodel, which allows you to define a system model or
configuration that defines the functionality of the system being developed. Consequently,
part of the system functionality described as data that is stored in the database and
can be easily changed even without the change of system software. This feature
allows you to adapt the system to a changing business environment and changing
user requirements.
• IST is a model interpreter. IST fully runs without generating code.
• The so called "Broken" approach to business functionality development. The
"broken" approach does not fully model the functionality of the whole system to the
executable code, but only the superstructure of the system. Modeling does not
include specific and precise low level requirements for business functionality. It is
developed using traditional programming methods (such as Microsoft .NET
environment, C # programming language) and embedded in business specific system
items that the system calls according to the model. Consequently, the IST
metamodel and functionality description is simple and transparent. At the same
time, non-functional requirements for complex business specific features, such as
usability, are analogous to traditionally developed systems.
• IST systems are modular. They are made up of IST framework and a series of
independent business functionality modules. The IST framework consists of an IST
functional shell and IST service modules. The IST framework calls business
functionality modules and IST service modules. Business functionality modules are
independent of each other, they rarely call each other. Only they all use one shared
database. Such a system design considerably facilitates changes to the system and
regress testing, because changes in the new version is made only in some modules
whose replacement does not affect the functionality of other modules.
The informative system developed with the aforementioned features requires less
development and maintenance time than traditional systems or systems without these
features. The results of these studies show that using IST saves system design and
maintenance time.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Iljins</surname>
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Design interpretation principles in development and usage of informative systems</article-title>
          . In: Scientific papers, University of Latvia.
          <year>2004</year>
          ;
          <volume>669</volume>
          :
          <fpage>99</fpage>
          -
          <lpage>106</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Kleppe</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warmer</surname>
            <given-names>J.</given-names>
          </string-name>
          , Bast W.: MDA Explained:
          <article-title>The Model Driven Architecture™: Practice and Promise</article-title>
          , Addison Wesley,
          <year>2003</year>
          , ISBN:
          <fpage>0</fpage>
          -
          <lpage>321</lpage>
          -19442-X.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Lajmi</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ziane</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ziadi</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cauvin</surname>
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A multi-view model-driven approach for packaging software components</article-title>
          .
          <source>In: Proceedings of the 2010 ACM Symposium on Applied Computing 2010 Mar</source>
          <volume>22</volume>
          (pp.
          <fpage>2297</fpage>
          -
          <lpage>2304</lpage>
          ). ACM.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ormeño</surname>
            <given-names>YI</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panach</surname>
            <given-names>JI</given-names>
          </string-name>
          .:
          <article-title>Mapping study about usability requirements elicitation</article-title>
          .
          <source>In: Advanced Information Systems Engineering 2013 Jun</source>
          <volume>17</volume>
          (pp.
          <fpage>672</fpage>
          -
          <lpage>687</lpage>
          ). Springer Berlin Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. MacCaull W.,
          <string-name>
            <surname>Rabbi</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Nova</surname>
          </string-name>
          <article-title>Workflow: A workflow management tool targeting health services delivery</article-title>
          .
          <source>In: International Symposium on Foundations of Health Informatics Engineering and Systems 2011 Aug</source>
          <volume>29</volume>
          (pp.
          <fpage>75</fpage>
          -
          <lpage>92</lpage>
          ). Springer Berlin Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Dadam</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reichert</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rinderle</surname>
            <given-names>SB</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jurisch</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Acker</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Göser</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kreher</surname>
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lauer</surname>
            <given-names>M.:</given-names>
          </string-name>
          <article-title>ADEPT2-Next Generation Process Management Technology</article-title>
          .
          <article-title>(</article-title>
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Curbera</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goland</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leymann</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weerawarana</surname>
            <given-names>S.</given-names>
          </string-name>
          :
          <source>Business Process Execution Language for Web Services, version 1</source>
          .1. (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>8. JIRA homepage, https://www.atlassian.com/software/jira</mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Bicevska
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Bicevskis</surname>
          </string-name>
          <string-name>
            <surname>J.</surname>
          </string-name>
          , Karnitis G.:
          <article-title>Models of event driven systems</article-title>
          .
          <source>In: International Baltic Conference on Databases and Information Systems 2016 Jul</source>
          <volume>4</volume>
          (pp.
          <fpage>83</fpage>
          -
          <lpage>98</lpage>
          ). Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Rama</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bishop</surname>
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A survey and comparison of CSCW groupware applications</article-title>
          .
          <source>In: Proceedings of the 2006 Annual Research Conference of the South African Institute of Computer Scientists and Information Technologists on IT Research in Developing Countries 2006 Oct</source>
          <volume>9</volume>
          (pp.
          <fpage>198</fpage>
          -
          <lpage>205</lpage>
          ).
          <article-title>South African Institute for Computer Scientists</article-title>
          and Information Technologists.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mendling</surname>
          </string-name>
          J.:
          <article-title>Business process execution language for web service (bpel)</article-title>
          .
          <source>In: EMISA Forum 2006 Aug</source>
          (Vol.
          <volume>26</volume>
          , No.
          <issue>2</issue>
          , pp.
          <fpage>5</fpage>
          -
          <lpage>8</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Christos</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Costas</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panayiotis</surname>
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Enhancing BPEL scenarios with dynamic relevancebased exception handling</article-title>
          .
          <source>In: IEEE International Conference on Web Services (ICWS</source>
          <year>2007</year>
          )
          <article-title>2007 Jul 9</article-title>
          (pp.
          <fpage>751</fpage>
          -
          <lpage>758</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Tegegne</surname>
          </string-name>
          , Abel A.:
          <article-title>A Model Driven Application Framework for Managed Processes</article-title>
          . Diss. University of Ottawa (Canada),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Ceriņa-Bērziņa</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bičevskis</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karnītis</surname>
            <given-names>Ģ</given-names>
          </string-name>
          .:
          <article-title>Information systems development based on visual Domain Specific Language BiLingva</article-title>
          .
          <source>In: IFIP Central and East European Conference on Software Engineering Techniques 2009 Oct</source>
          <volume>12</volume>
          (pp.
          <fpage>124</fpage>
          -
          <lpage>135</lpage>
          ). Springer, Berlin, Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Owen</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raj</surname>
            <given-names>J.:</given-names>
          </string-name>
          <article-title>BPMN and Business Process Management</article-title>
          .
          <article-title>Introduction to the New Business Process Modeling Standard</article-title>
          .
          <year>2003</year>
          . http://www.omg.org/bpmn/Documents/ 6AD5D16960.BPMN_and_BPM.pdf
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Sproģis</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bārzdiņš</surname>
            <given-names>J</given-names>
          </string-name>
          .:
          <article-title>Specification, configuration and implementation of DSL tool</article-title>
          .
          <source>In: Frontiers in Artificial Intelligence and Applications</source>
          , vol.
          <volume>249</volume>
          , IOS Press, p.
          <fpage>330</fpage>
          -
          <lpage>343</lpage>
          ,
          <year>2013</year>
          (SCOPUS)
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Jorgensen</surname>
            <given-names>M.</given-names>
          </string-name>
          <article-title>Practical guidelines for expert-judgment-based software effort estimation</article-title>
          .
          <source>Software IEEE</source>
          , Volume
          <volume>22</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>3</given-names>
          </string-name>
          , pages
          <fpage>57</fpage>
          -
          <lpage>63</lpage>
          . (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Iljins</surname>
          </string-name>
          J.:
          <article-title>Metamodel based approach to IS development and lessons learned</article-title>
          .
          <source>In: Proceedings of the Eighth International Baltic Conference Baltic DB&amp;IS</source>
          <year>2008</year>
          ,
          <year>2008</year>
          (Vol.
          <volume>167</volume>
          , p.
          <fpage>178</fpage>
          ). Tallinn.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>