Mig-infocom MiG Calendar DBConnect Guide Manuel d'utilisateur

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Logiciel Mig-infocom MiG Calendar DBConnect Guide. MiG InfoCom MiG Calendar DBConnect Guide User Manual Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer

Résumé du contenu

Page 1 - DBConnect Guide

MiG InfoCom ABDBConnect Guide______________________________________________________________Release 1.2DBConnect Guide Page 1 / 25

Page 2

MiG InfoCom ABHSQLDB 1.8 is a viable choice for this and it is also one of the supported database engines, as well as free to use.DBConnect is actuall

Page 3 - Table of Contents

MiG InfoCom ABcorresponding columns in a database or elements in an XML document. This mapping is almost the only thing you need to tell the DBConnect

Page 4 - DBConnect Guide Page 4 / 25

MiG InfoCom ABquery.To create the mapping use:new ActivityAffectedMapping(...)DateRange – This is the normal date range that the activity spans. In ca

Page 5 - MiG Calendar Tutorial

MiG InfoCom ABThe id-to-many join table is normally a simple table with two columns, each holding an id to another object (activity/category). This wa

Page 6 - How to read this Document

MiG InfoCom ABFor Categories : Parents – Since categories are hierarchical this relationship must be persisted to the database. The actual relat

Page 7 - Overview

MiG InfoCom ABentities have been changed and one auto increase column that just increases it's value for every new record.This gives DBConnect th

Page 8 - DBConnect Guide Page 8 / 25

MiG InfoCom ABthese events, making it a snap for you as a developer to use DBConnect without almost any changes to the code. The events are defined in

Page 9

MiG InfoCom ABsome level. You can set the level on the Logger to get everything from errors to fine grained details of what is happening. For troubles

Page 10 - DBConnect Guide Page 10 / 25

MiG InfoCom ABMonitoring the Database QueueDBConnect uses a background thread to communicate with the database. This ensures that there will be no lag

Page 11 - DBConnect Guide Page 11 / 25

MiG InfoCom ABmaximum of X milliseconds, or you can showdown the queue after it has reached size 0.View the DataSynchronizer JavaDoc for details on ho

Page 12 - DBConnect Guide Page 12 / 25

MiG InfoCom ABMiG InfoCom ABS:t Olofsgatan 28a753 32 UppsalaSwedenwww.miginfocom.comCOPYRIGHT © MiG InfoCom AB.All rights reserved.Java is a trademar

Page 13 - DBConnect Guide Page 13 / 25

MiG InfoCom ABpollIntervall is > 0 poll actions will be added, though coalesced (removed) if next to each other in the queue.Adapting to Other Data

Page 14 - SimplePropertyMapping has

MiG InfoCom ABthe queue and an exception is fired to the ExceptionListeners. It is then up to the listeners to handle the situation.Loading only Visib

Page 15 - DBConnect Guide Page 15 / 25

MiG InfoCom ABcalling PropertyKey.getKey(“myPropertyName”). The key returned can be used to store any property in any PropertyConsumer (which both the

Page 16 - Miscellaneous Topics

MiG InfoCom ABpublic static class MyComplexPropertyMapping extends PropertyMapping{ private static final PropertyKey MY_KEY = PropertyKey.getKey(&q

Page 17 - DBConnect Guide Page 17 / 25

MiG InfoCom AB// Keys normally created somewhere elsestatic final PropertyKey MY_KEY = PropertyKey.getKey("myKey");static final PropertyKey

Page 18 - DBConnect Guide Page 18 / 25

MiG InfoCom ABPropertyMappingList.addReadResolver(new MyComplexResolver());TroubleshootingThe best way to troubleshoot anything regarding the Category

Page 19 - DBConnect Guide Page 19 / 25

MiG InfoCom ABTable of ContentsMiG Calendar Tutorial... 5Preface...

Page 20 - DBConnect Guide Page 20 / 25

MiG InfoCom ABDatabase Connection...15Example Database Mapping...

Page 21 - DBConnect Guide Page 21 / 25

MiG InfoCom ABMiG Calendar TutorialPrefaceThis document aims at providing enough information to get started using the DBConnect plugin with the MiG Ca

Page 22 - DBConnect Guide Page 22 / 25

MiG InfoCom ABBug ReportsPlease submit a support ticket.How to read this DocumentThis guide is written to give an understanding on how to use DBConnec

Page 23 - MyComplexType to

MiG InfoCom ABIt should be noted that it is the exact same Java code that is run for the different databases*. Standard SQL is used and JDBC functiona

Page 24 - DBConnect Guide Page 24 / 25

MiG InfoCom ABcollected into one PropertyMappingList object. To that PropertyMappingList object are optionally also a special update table associated

Page 25 - DBConnect Guide Page 25 / 25

MiG InfoCom ABMultiple DatabasesYou can have more than one DBConnect instance running at the same time, they can also handle the same activities or ca

Commentaires sur ces manuels

Pas de commentaire