PageRenderTime 21ms CodeModel.GetById 13ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/activeobjects-plugin/src/test/resources/com/atlassian/activeobjects/backup/mysql.xml

https://bitbucket.org/activeobjects/ao-plugin
XML | 222 lines | 204 code | 18 blank | 0 comment | 0 complexity | ee99a153242d8e84982f5c74c39097f8 MD5 | raw file
Possible License(s): Apache-2.0
  1<?xml version='1.0' encoding='UTF-8'?>
  2<backup xmlns="http://www.atlassian.com/ao" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3  <database>
  4    <meta key="database.name" value="MySQL"/>
  5    <meta key="database.version" value="5.1.51"/>
  6    <meta key="database.minorVersion" value="1"/>
  7    <meta key="database.majorVersion" value="5"/>
  8    <meta key="driver.name" value="MySQL-AB JDBC Driver"/>
  9    <meta key="driver.version" value="mysql-connector-java-5.1.13 ( Revision: ${bzr.revision-id} )"/>
 10  </database>
 11  <table name="AO_000000_BOOK">
 12    <column name="ABSTRACT" primaryKey="false" autoIncrement="false" sqlType="-1" precision="2147483647"/>
 13    <column name="ISBN" primaryKey="true" autoIncrement="false" sqlType="-5" precision="20"/>
 14    <column name="IS_READ" primaryKey="false" autoIncrement="false" sqlType="-7" precision="1"/>
 15    <column name="NUMBER_OF_PAGES" primaryKey="false" autoIncrement="false" sqlType="4" precision="11"/>
 16    <column name="PRICE" primaryKey="false" autoIncrement="false" sqlType="8" precision="22" scale="31"/>
 17    <column name="PUBLISHED" primaryKey="false" autoIncrement="false" sqlType="93" precision="19"/>
 18    <column name="TITLE" primaryKey="false" autoIncrement="false" sqlType="12" precision="255"/>
 19  </table>
 20  <table name="AO_000000_LONG_NAME_TO_AUTHOR">
 21    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="11"/>
 22    <column name="NAME" primaryKey="false" autoIncrement="false" sqlType="12" precision="60"/>
 23  </table>
 24  <table name="AO_000000_AUTHORSHIP">
 25    <column name="AUTHOR_ID" primaryKey="false" autoIncrement="false" sqlType="4" precision="11"/>
 26    <column name="BOOK_ID" primaryKey="false" autoIncrement="false" sqlType="-5" precision="20"/>
 27    <column name="ID" primaryKey="true" autoIncrement="true" sqlType="4" precision="11"/>
 28    <foreignKey fromTable="ao_000000_authorship" fromColumn="AUTHOR_ID" toTable="ao_000000_long_name_to_author" toColumn="ID"/>
 29    <foreignKey fromTable="ao_000000_authorship" fromColumn="BOOK_ID" toTable="ao_000000_book" toColumn="ISBN"/>
 30  </table>
 31  <data tableName="AO_000000_LONG_NAME_TO_AUTHOR">
 32    <column name="ID"/>
 33    <column name="NAME"/>
 34    <row>
 35      <integer>1</integer>
 36      <string>Brian Goetz</string>
 37    </row>
 38    <row>
 39      <integer>2</integer>
 40      <string>Tim Peierls</string>
 41    </row>
 42    <row>
 43      <integer>3</integer>
 44      <string>Joshua Bloch</string>
 45    </row>
 46    <row>
 47      <integer>4</integer>
 48      <string>Joseph Bowbeer</string>
 49    </row>
 50    <row>
 51      <integer>5</integer>
 52      <string>David Holmes</string>
 53    </row>
 54    <row>
 55      <integer>6</integer>
 56      <string>Doug Lea</string>
 57    </row>
 58    <row>
 59      <integer>7</integer>
 60      <string>Martin Odersky</string>
 61    </row>
 62    <row>
 63      <integer>8</integer>
 64      <string>Lex Spoon</string>
 65    </row>
 66    <row>
 67      <integer>9</integer>
 68      <string>Bill Venners</string>
 69    </row>
 70  </data>
 71  <data tableName="AO_000000_AUTHORSHIP">
 72    <column name="AUTHOR_ID"/>
 73    <column name="BOOK_ID"/>
 74    <column name="ID"/>
 75    <row>
 76      <integer>1</integer>
 77      <integer>9780321349606</integer>
 78      <integer>1</integer>
 79    </row>
 80    <row>
 81      <integer>2</integer>
 82      <integer>9780321349606</integer>
 83      <integer>2</integer>
 84    </row>
 85    <row>
 86      <integer>3</integer>
 87      <integer>9780321349606</integer>
 88      <integer>3</integer>
 89    </row>
 90    <row>
 91      <integer>4</integer>
 92      <integer>9780321349606</integer>
 93      <integer>4</integer>
 94    </row>
 95    <row>
 96      <integer>5</integer>
 97      <integer>9780321349606</integer>
 98      <integer>5</integer>
 99    </row>
100    <row>
101      <integer>6</integer>
102      <integer>9780321349606</integer>
103      <integer>6</integer>
104    </row>
105    <row>
106      <integer>7</integer>
107      <integer>9780981531601</integer>
108      <integer>7</integer>
109    </row>
110    <row>
111      <integer>8</integer>
112      <integer>9780981531601</integer>
113      <integer>8</integer>
114    </row>
115    <row>
116      <integer>9</integer>
117      <integer>9780981531601</integer>
118      <integer>9</integer>
119    </row>
120    <row>
121      <integer>3</integer>
122      <integer>9780321356680</integer>
123      <integer>10</integer>
124    </row>
125  </data>
126  <data tableName="AO_000000_BOOK">
127    <column name="ABSTRACT"/>
128    <column name="ISBN"/>
129    <column name="IS_READ"/>
130    <column name="NUMBER_OF_PAGES"/>
131    <column name="PRICE"/>
132    <column name="PUBLISHED"/>
133    <column name="TITLE"/>
134    <row>
135      <string>"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."
136--Martin Buchholz
137JDK Concurrency Czar, Sun Microsystems
138
139"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."
140--Doron Rajwan
141Research Scientist, Intel Corp
142
143"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."
144--Ted Neward
145Author of Effective Enterprise Java
146
147"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."
148--Kirk Pepperdine
149CTO, JavaPerformanceTuning.com
150
151"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."
152--Dr. Cliff Click
153Senior Software Engineer, Azul Systems
154
155"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."
156--Dr. Heinz Kabutz
157The Java Specialists' Newsletter
158
159"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."
160--Bruce Tate
161Author of Beyond Java
162
163"Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."
164--Bill Venners
165Author of Inside the Java Virtual Machine
166
167Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.
168
169However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.
170
171This book covers:
172
173    Basic concepts of concurrency and thread safety
174    Techniques for building and composing thread-safe classes
175    Using the concurrency building blocks in java.util.concurrent
176    Performance optimization dos and don'ts
177    Testing concurrent programs
178    Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model</string>
179      <integer>9780321349606</integer>
180      <boolean>true</boolean>
181      <integer>403</integer>
182      <double>37.79</double>
183      <timestamp>2006-05-19T00:00:00.000Z</timestamp>
184      <string>Java Concurrency In Practice</string>
185    </row>
186    <row>
187      <string>Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.
188
189This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing.
190
191Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.
192
193Highlights include:
194
195    New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more
196    Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization
197    How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language
198    Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io
199
200Simply put, Effective Java™, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.</string>
201      <integer>9780321356680</integer>
202      <boolean>false</boolean>
203      <integer xsi:nil="true"/>
204      <double>41.24</double>
205      <timestamp>2008-05-28T00:00:00.000Z</timestamp>
206      <string>Effective Java (Second Edition)</string>
207    </row>
208    <row>
209      <string>Scala is an object-oriented programming language for the Java Virtual Machine. In addition to being object-oriented, Scala is also a functional language, and combines the best approaches to OO and functional programming.
210
211In Italian, Scala means a stairway, or steps—indeed, Scala lets you step up to a programming environment that incorporates some of the best recent thinking in programming language design while also letting you use all your existing Java code.
212
213Artima is very pleased to publish the first book on Scala, written by the designer of the language, Martin Odersky. Co-authored by Lex Spoon and Bill Venners, this book takes a step-by-step tutorial approach to teaching you Scala. Starting with the fundamental elements of the language, Programming in Scala introduces functional programming from the practitioner's perspective, and describes advanced language features that can make you a better, more productive developer.</string>
214      <integer>9780981531601</integer>
215      <boolean>true</boolean>
216      <integer xsi:nil="true"/>
217      <double>31.17</double>
218      <timestamp>2011-01-04T00:00:00.000Z</timestamp>
219      <string>Programming in Scala</string>
220    </row>
221  </data>
222</backup>