CN105389339A - Tool for rapid generation of database sql statement and entity class - Google Patents

Tool for rapid generation of database sql statement and entity class Download PDF

Info

Publication number
CN105389339A
CN105389339A CN201510683505.7A CN201510683505A CN105389339A CN 105389339 A CN105389339 A CN 105389339A CN 201510683505 A CN201510683505 A CN 201510683505A CN 105389339 A CN105389339 A CN 105389339A
Authority
CN
China
Prior art keywords
entity class
sql statement
hibernate
class
database sql
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510683505.7A
Other languages
Chinese (zh)
Inventor
张永良
刘思君
蔡斌斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xianheng International Information Industry (hangzhou) Ltd Things
Original Assignee
Xianheng International Information Industry (hangzhou) Ltd Things
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xianheng International Information Industry (hangzhou) Ltd Things filed Critical Xianheng International Information Industry (hangzhou) Ltd Things
Priority to CN201510683505.7A priority Critical patent/CN105389339A/en
Publication of CN105389339A publication Critical patent/CN105389339A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention belongs to the field of computer software development and databases, particularly relates to a tool for rapid generation of a database sql statement and an entity class, and particularly provides an automatic hibernate3-based database sql statement and entity class generation tool. Firstly, a hibernate mapping file, hbm, requires to be written, and a hibernate configuration file, hibernate. cfg. xml., is configured according to the mapping file hbm; and then, a velocity template of the entity class required to be generated is written, the generated file directory and the name of the velocity template of the entity class are configured to build. xml, and a jar package in a java lib package directory is used for supporting and an apache ant command is called by use of build. bat, generation of the database sql statement and the entity class by operating one key is realized to meet user needs.

Description

The instrument of a kind of quick generation database sql statement and entity class
Technical field
The invention belongs to develop computer software and database field, be specifically related to the instrument of a kind of quick generation database sql statement and entity class.
Background technology
Hibernate is the Object Relation Mapping framework of an open source code, and it has carried out the very object encapsulation of lightweight to JDBC, make java applet person can the thinking of arbitrary use Object Programme to handle database.Hibernate can be applied in the occasion of any use JDBC, both can use at the client-side program of Java, also can use in the Web application of Servlet/JSP, most revolution meaning be, Hibernate can replace CMP in the J2EE framework of application EJB, completes the important task of data persistence.
Be currently used in the exploitation of JE22 and occupy very important status.
The generation of Hibernate is in order to solve " impedance mismatch " between " object oriented programming model " and " relational model ".In brief, in our class figure and E-R graph of a relation, the corresponding relation of each element is difficult to hold in other words, and easily allows people produce obscuring of concept, is easy to allow people unconsciously throw away the outstanding thought of a lot of object oriented programming model when design entity.Which model not talkative is wrong in fact, for no other reason than that the direction that they describe problem is different.So, Hibernate gets up these two models " mapping ", allows developer can the inquiry of database in the OO world, and need not be concerned about the structure of the database table of bottom.
When generating database sql statement corresponding to Hibernate and entity class according to Hibernate mapped file hbm, the main method adopted has at present:
1, manual compiling entity class and database sql statement.The method is the most original method, and not by means of any instrument and approach, pure manual compiling, takes time and effort, and development efficiency is extremely low, and is not suitable for non-developer (other posies such as data base administration person personnel) use.
2, want first in a database table is manually built up, by the configuration of the ide such as myeclipse, reverse generation entity class, complex steps and do not save how many workloads.More to download and install larger ide just can carry out.Difficulty is had much for this method non-developer (other posies such as data base administration person personnel).
Above method all uses in the process of hibernate user, brings extra more workload, causes a lot of user to hang back when choice for use hiberante.
Summary of the invention
For the problem and shortage existing for above-mentioned prior art, the invention provides the instrument of a kind of quick generation database sql statement and entity class, refer to a kind of instrument automatically generated based on database sql statement and the entity class of hibernate3 specifically, can according to the mapped file hbm of the hibernate provided, select different type of database (as mysql, oracle, sqlserver), one key generates for the entity class of this object and its database sql statement in disparate databases automatically, make developer quick, the java class of required use in generation project easily and database table, write one by one without the need to manual, remove newly-built table one by one, thus greatly improve work efficiency.If there is special data base administrator, also can writes the ide instrument that java code or dependence Myeclipse etc. are large-scale, database sql statement can be generated, help the list structure oneself setting up a storehouse, used or used for developer for oneself operation.
An instrument for quick generation database sql statement and entity class, is made up of database sql statement generating portion and java class generating portion, and database sql statement generating portion generates sql statement automatically, and java class generating portion generates entity class automatically.Be described as follows: described database sql statement generating portion and java class generating portion all write input by hibernate mapped file hbm, hibernate configuration file hibernate.cgf.xml configures mapping, the startup optimization program of build.bat, build.xml start configuration file, the lib of relevant java wraps and velocity template templates forms, by means of apache ant by these content integrations together, one key runs and starts, and automatically generates entity class in template and database sql statement according to velocity template.
The above-mentioned hibernate mapped file hbm mentioned is the database sql statement for wanting each entity class and each entity class generated, entity class mapped file hbm.
Mapped file hbm Naming conventions is: entity title .hbm.xml.Inside field form Naming conventions: attribute-name+field name+field type+field length, distinguishes with space between every.
As preferably, all mapped file hbm configurations that hibernate configuration file hibernate.cfg.xml is used for entity class and the database sql statement wanting automatically to generate are entered, and the type of database needing configuration corresponding and drivings different separately.Because the data base manipulation statement of mysql, oracle, sqlserver has difference to a certain extent, can option and installment mysql or oracle or sqlserver, generate different database sql statements.
As preferably, build.bat startup optimization program calls the entrance of apacheant order, and double-click can start, and reaches a key start-up performance, without the need to running by large-scale ide.
As preferably, build.xml builds the required parameter configuration performed of ant order, the catalogue that the catalogue that the file directory finally generated as specified, the catalogue of hibernate configuration file hibernate.cfg.xml, mapped file hbm place, javalib bag are placed, the catalogue etc. of velocity class template placement.
As preferably, in the lib bag catalogue of relevant java, place the daily record jar bag of the java that support program runs, the jar bag that jar wraps, mapped file hbm changes java class of java establishment dom element, the jar bag, hiberante kit, java class masterplate engine bag etc. of support hibernate3.
As preferably, the concept of java class template is the function support by means of velocity, and the template content of the good entity class of pre-edit, is configured in build.xml, during working procedure, generates corresponding entity class file according to template content.
Compared with prior art, beneficial effect of the present invention:
Automatically the instrument generated based on database sql statement and the entity class of hibernate3 provided by the invention, first needs to write hibernate mapped file hbm, and configures hibernate configuration file hibernate.cfg.xml according to mapped file hbm.Write the velocity template needing the entity class generated afterwards, the velocity template name of the file directory generated and entity class is configured to build.xml, the jar bag in the lib bag catalogue of java is relied on to support, build.bat is utilized to call apacheant order, one key generates database sql statement and entity class, completing user demand.
Accompanying drawing explanation
Fig. 1 is the tool flow schematic diagram of a kind of quick generation database sql statement of the present invention and entity class.
Fig. 2 is the tool construction schematic diagram of a kind of quick generation database sql statement of the present invention and entity class.
Embodiment
The specific embodiment of the present invention is described below: the instrument specific embodiment providing a kind of quick generation database sql statement and entity class.
As shown in Fig. 1 ~ 2, step 1: write hibernate mapped file hbm, comprises database table structure information and entity class information, and form is the description document of xml.
The information of wherein said database table structure comprises: each field name of tables of data title, tables of data, type, size, whether have default value, annotation.Entity class information comprises: each Property Name of entity class title, entity class, type, size, annotation.
Such as, the mapped file hbm write can be as follows:
<?xmlversion="1.0"encoding="UTF-8"?>
<!DOCTYPEhibernate-mappingPUBLIC
"-//Hibernate/HibernateMappingDTD3.0//EN"
" http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
--membership information table-->
<hibernate-mapping>
<classname="com.xhiot.housekeeping.pojo.Member"table="t_member"lazy="false">
<idname="id"column="id"type="string"length="32">
<generatorclass="uuid.hex"/>
</id>
--login account-->
<propertyname="name"column="c_name"type="string"length="100"not-null="true"/>
--password-->
<propertyname="password"column="c_password"type="string"length="256"not-
null="true"/>
--membership's card-->
<propertyname="cardid"column="c_cardid"type="string"length="20"/>
--member's Real Name-->
<propertyname="realname"column="c_realname"type="string"length="100"/>
--member's head portrait-->
<propertyname="pic"column="c_pic"type="string"length="256"/>
--individualized signature-->
<propertyname="signature"column="c_signature"type="string"length="256"/>
--sex-->
<propertyname="sex"column="c_sex"type="string"length="1"/>
</class>
</hibernate-mapping>
Step 2: configure hibernate configuration file hibernate.cfg.xml according to mapped file hbm.Because in actual use, we need database sql statement and more than one of the entity class of generation sometimes.When we need once to generate multiple database sql statement and entity class, need the different driving of the type of database (mysql, sqlserver, oracle) configuring multiple mapped file hbm and our selection in hibernate configuration file hibernate.cfg.xml.
Such as, based on the hibernate configuration file hibernate.cfg.xml of oracle database:
<?xmlversion="1.0"encoding="utf-8"?>
<!DOCTYPEhibernate-configurationPUBLIC
"-//Hibernate/HibernateConfigurationDTD3.0//EN"
" http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
- database-driven configures-->
<session-factory>
<propertyname="hibernate.proxool.pool_alias"> dbpool</property>
<propertyname="hibernate.proxool.xml">oracle/proxool.xml</property>
<property
name="hibernate.connection.provider_class">org.hibernate.connection.ProxoolConnectionProvi
der</property>
<propertyname="dialect">org.hibernate.dialect.OracleDialect</property>
<propertyname="connection.SetBigStringTryClob">true</property>
<propertyname="current_session_context_class">thread</property>
<propertyname="jdbc.fetch_size">50</property>
<propertyname="jdbc.batch_size">30</property>
<propertyname="show_sql">true</property>
<propertyname="use_outer_join">true</property>
<propertyname="hibernate.jdbc.use_streams_for_binary">true</property>
<propertyname="connection.autoReconnect">true</property>
<propertyname="connection.autoReconnectForPools">true</property>
<propertyname="connection.is-connection-validation-required">true</property>
- hbm configures-->
<mappingresource="com/xhiot/grp/hbm/Role.hbm.xml"/>
<mappingresource="com/xhiot/grp/hbm/LoginLog.hbm.xml"/>
<mappingresource="com/xhiot/grp/hbm/OperationLog.hbm.xml"/>
</session-factory>
</hibernate-configuration>
Mapped file Role.hbm, LoginLog.hbm and OperationLog.hbm of we being write all are configured in hibernate.cfg.xml.
Step 3: write the velocity template needing the entity class generated.Such as, the template of an entity class can be as follows:
$packageDeclaration
$secondpassclassimports
import$pojo.getPackageName().*;
$templates.PojoBaseTypeDeclaration{
#if(!$pojo.isInterface())
$templates.PojoFields
$templates.PojoBaseConstructors
$templates.PojoPropertyAccessors
$templates.PojoToString
$templates.PojoBaseEqualsHashcode
#else
$templates.PojoInterfacePropertyAccessors
#end
$templates.PojoExtraClassCode
}
The velocity template definition bag path of entity class, entity class title, each Property Name of entity class, type, the whole value of these contents is in mapped file hbm.Their direct corresponding relation is as following table:
Step 4: the velocity template name of the file directory generated and entity class is configured to build.xml.Such as can configure as follows:
This configuration specify final generate file directory (database sql statement file, entity class file), the catalogue specifying hibernate configuration file hibernate.cfg.xml, specify catalogue that mapped file hbm places, specify catalogue that javalib bag places, specify catalogue that velocity class template places, specify the final template needing the entity class generated.
Step 5: write build.bat autoexec, call apacheant order, rely on the support of the jar bag in the lib bag catalogue of java, resolve entity class title, the title of each attribute of entity class, the type in mapped file hbm, thus get the padding data of velocity template, call Velocity engine and convert velocity template and padding data to database sql statement and entity class.The order of bulid.bat can operate as follows:
setCLASSPATH=.;
callant
pause
The entity class of generation in use, can import in development project and uses by user afterwards, and the database sql statement of generation can be performed in a database, generates the list structure of correspondent entity class.
Above-described embodiment is to explanation of the present invention, is not limitation of the invention, anyly all belongs to protection scope of the present invention to the scheme after simple transformation of the present invention.

Claims (7)

1. one kind generates the instrument of database sql statement and entity class fast, it is characterized in that, be made up of database sql statement generating portion and java class generating portion, database sql statement generating portion automatically generated data storehouse sql statement, java class generating portion generates pojo entity class automatically
Wherein: described database sql statement generating portion and java class generating portion all write input by hibernate mapped file hbm, hibernate configuration file hibernate.cgf.xml configure map, the startup optimization program of build.bat, build.xml start configuration file, the lib of relevant java wraps and and velocity template templates form
By means of apache ant by these content integrations above-mentioned together, a key runs and starts, and automatically generates entity class in template and database sql statement according to velocity template.
2. according to the instrument of a kind of quick generation database sql statement described in claim 1 and entity class, it is characterized in that, described hibernate mapped file hbm is the database sql statement for wanting each entity class and each entity class generated, entity class mapped file hbm;
Wherein, mapped file hbm Naming conventions is: entity title .hbm.xml, inside field form Naming conventions: attribute-name+field name+field type+field length, distinguishes between every with space.
3. according to the instrument of a kind of quick generation database sql statement described in claim 1 and entity class, it is characterized in that, described hibernate configuration file hibernate.cfg.xml is used for all mapped file hbm configurations of the pojo entity class wanting automatically to generate and database sql statement to enter, and the type of database needing configuration corresponding and drivings different separately.
4. according to the instrument of a kind of quick generation database sql statement described in claim 1 and entity class, it is characterized in that, described build.bat startup optimization program is the entrance of the ant order of calling apache, double-click can start, reach a key start-up performance, run without the need to the ide larger by volume.
5. according to the instrument of a kind of quick generation database sql statement described in claim 1 and entity class, it is characterized in that, described build.xml builds the required parameter configuration performed of ant order, the catalogue that the file directory that appointment finally generates, the catalogue of hibernate configuration file hibernate.cfg.xml, mapped file hbm place, the catalogue of javalib bag placement, the catalogue of velocity class template placement.
6. according to the instrument of a kind of quick generation database sql statement described in claim 1 and entity class, it is characterized in that, in the lib bag catalogue of described relevant java, place the daily record jar bag of the java that support program runs, the jar bag of java establishment dom element, the jar bag of mapped file hbm conversion java class, jar bag, hiberante kit, the java class masterplate engine bag of support hibernate3.
7. according to the instrument of a kind of quick generation database sql statement described in claim 1 and entity class, it is characterized in that, the concept of described java class template is the function support by means of velocity, the template content of the good entity class of pre-edit, be configured in build.xml, during working procedure, generate corresponding entity class file according to template content.
CN201510683505.7A 2015-10-20 2015-10-20 Tool for rapid generation of database sql statement and entity class Pending CN105389339A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510683505.7A CN105389339A (en) 2015-10-20 2015-10-20 Tool for rapid generation of database sql statement and entity class

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510683505.7A CN105389339A (en) 2015-10-20 2015-10-20 Tool for rapid generation of database sql statement and entity class

Publications (1)

Publication Number Publication Date
CN105389339A true CN105389339A (en) 2016-03-09

Family

ID=55421629

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510683505.7A Pending CN105389339A (en) 2015-10-20 2015-10-20 Tool for rapid generation of database sql statement and entity class

Country Status (1)

Country Link
CN (1) CN105389339A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126564A (en) * 2016-06-17 2016-11-16 浙江万朋教育科技股份有限公司 A kind of method rendered based on dynamic template language
CN106874052A (en) * 2017-02-24 2017-06-20 北京中电普华信息技术有限公司 The dispositions method and device of a kind of application program
CN106960048A (en) * 2017-03-30 2017-07-18 张伟 A kind of database based on Java and entity class Automatic Mapping Algorithms
CN107577498A (en) * 2017-09-21 2018-01-12 山东浪潮商用系统有限公司 One method for automatically generating interface Java resolution files
CN107992566A (en) * 2017-11-29 2018-05-04 北京天健通泰科技有限公司 Data mapping method and system based on Hibernate
CN108052549A (en) * 2017-11-27 2018-05-18 中山路得斯空调有限公司 A kind of method that source data is automatically converted to entity category code
CN108304463A (en) * 2017-12-26 2018-07-20 中国广核电力股份有限公司 A kind of data managing method and its database application component for database
CN110019306A (en) * 2017-12-27 2019-07-16 航天信息股份有限公司 A kind of SQL statement lookup method and system based on XML format file
CN111506303A (en) * 2019-01-30 2020-08-07 北大方正信息产业集团有限公司 Data interaction method and device
CN113609128A (en) * 2021-07-21 2021-11-05 深圳市元征未来汽车技术有限公司 Method and device for generating database entity class, terminal equipment and storage medium
CN114357387A (en) * 2021-12-29 2022-04-15 杭州涂鸦信息技术有限公司 Tamper-proof judgment method, compilation method and equipment for java application program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101154227A (en) * 2006-09-26 2008-04-02 中兴通讯股份有限公司 Code generation method based on ASN type object
CN101634942A (en) * 2008-07-24 2010-01-27 北大方正集团有限公司 Method and system for dynamically creating data tables
CN101697120A (en) * 2009-11-05 2010-04-21 河南辉煌科技股份有限公司 Relational database based generation method of J2EE code
CN103309650A (en) * 2012-03-14 2013-09-18 阿里巴巴集团控股有限公司 Generating method and device of persistence layer codes
CN103488738A (en) * 2013-09-18 2014-01-01 北京思特奇信息技术股份有限公司 Method and system for automatically realizing JAVA object and data table SQL (structured query language) file

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101154227A (en) * 2006-09-26 2008-04-02 中兴通讯股份有限公司 Code generation method based on ASN type object
CN101634942A (en) * 2008-07-24 2010-01-27 北大方正集团有限公司 Method and system for dynamically creating data tables
CN101697120A (en) * 2009-11-05 2010-04-21 河南辉煌科技股份有限公司 Relational database based generation method of J2EE code
CN103309650A (en) * 2012-03-14 2013-09-18 阿里巴巴集团控股有限公司 Generating method and device of persistence layer codes
CN103488738A (en) * 2013-09-18 2014-01-01 北京思特奇信息技术股份有限公司 Method and system for automatically realizing JAVA object and data table SQL (structured query language) file

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JAMES ELLIOTT著,O’REILLY TAIWAN公司编译: "《Hibernate程序高手秘笈》", 28 February 2007, 东南大学出版社 *
聂艳明编著: "《Java EE开发技术与实践教程》", 31 January 2015, 机械工业出版社 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126564A (en) * 2016-06-17 2016-11-16 浙江万朋教育科技股份有限公司 A kind of method rendered based on dynamic template language
CN106874052B (en) * 2017-02-24 2020-06-26 北京中电普华信息技术有限公司 Deployment method and device of application program
CN106874052A (en) * 2017-02-24 2017-06-20 北京中电普华信息技术有限公司 The dispositions method and device of a kind of application program
CN106960048A (en) * 2017-03-30 2017-07-18 张伟 A kind of database based on Java and entity class Automatic Mapping Algorithms
CN106960048B (en) * 2017-03-30 2021-10-01 深圳市来玩科技有限公司 Java-based automatic mapping method for database and entity class
CN107577498A (en) * 2017-09-21 2018-01-12 山东浪潮商用系统有限公司 One method for automatically generating interface Java resolution files
CN108052549A (en) * 2017-11-27 2018-05-18 中山路得斯空调有限公司 A kind of method that source data is automatically converted to entity category code
CN107992566A (en) * 2017-11-29 2018-05-04 北京天健通泰科技有限公司 Data mapping method and system based on Hibernate
CN108304463A (en) * 2017-12-26 2018-07-20 中国广核电力股份有限公司 A kind of data managing method and its database application component for database
CN110019306B (en) * 2017-12-27 2021-08-31 航天信息股份有限公司 SQL statement searching method and system based on XML format file
CN110019306A (en) * 2017-12-27 2019-07-16 航天信息股份有限公司 A kind of SQL statement lookup method and system based on XML format file
CN111506303A (en) * 2019-01-30 2020-08-07 北大方正信息产业集团有限公司 Data interaction method and device
CN113609128A (en) * 2021-07-21 2021-11-05 深圳市元征未来汽车技术有限公司 Method and device for generating database entity class, terminal equipment and storage medium
CN113609128B (en) * 2021-07-21 2024-08-13 深圳市元征科技股份有限公司 Method, device, terminal equipment and storage medium for generating database entity class
CN114357387A (en) * 2021-12-29 2022-04-15 杭州涂鸦信息技术有限公司 Tamper-proof judgment method, compilation method and equipment for java application program

Similar Documents

Publication Publication Date Title
CN105389339A (en) Tool for rapid generation of database sql statement and entity class
EP3435257B1 (en) Metadata-based general request translator for distributed computer systems
JP5940149B2 (en) Enhancing database query responses with data from external data sources
Zhang et al. Research on lightweight MVC framework based on spring MVC and mybatis
WO2016123920A1 (en) Method and system for achieving integration interface supporting operations of multiple types of databases
US7913224B2 (en) Device for the automated generation of program code
CN104376037B (en) For the system and method being modeled to data
US20150095365A1 (en) Query building using schema
CN111078205B (en) Modularized programming method and device, storage medium and electronic equipment
US20170131688A1 (en) Adaptive control and management for electronic device
Trias et al. Migrating traditional web applications to CMS-based web applications
US20160191431A1 (en) Streamlining end-to-end flow of business-to-business integration processes
CN102214092A (en) Software development aided tool bag
Wang et al. Research based on web development of spring integration framework
US8782090B2 (en) Aiding report construction based on inference of implicit application level relationships
WO2016201813A1 (en) Dynamic layout method and system based on android
TWI738216B (en) Developing method and developing device for event processing file
Watson et al. Scalable control and monitoring of supercomputer applications using an integrated tool framework
Akhtar et al. Using phoenix
Koehler et al. A service oriented approach for distributed data mediation on the grid
Zhang et al. JDBC-based middleware applications in instant message systems
Song et al. An e-Learning system based on EGL and Web 2.0
CN107992566A (en) Data mapping method and system based on Hibernate
WO2016000632A1 (en) Adaptive control and management for electronic device
Wu et al. SSH and its application in auction system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160309