Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Apress committed Oct 5, 2016
0 parents commit 8c0bfe5
Show file tree
Hide file tree
Showing 665 changed files with 43,422 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .classpath
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/middlegen"/>
<classpathentry kind="src" path="build/generated/ejb-src"/>
<classpathentry kind="src" path="src/ws-client"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/aspectjrt-1.0.5.jar"/>
<classpathentry kind="lib" path="lib/cactus-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/commons-validator.jar"/>
<classpathentry kind="lib" path="lib/dbunit.jar"/>
<classpathentry kind="lib" path="lib/dtdparser.jar"/>
<classpathentry kind="lib" path="lib/exml.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/struts/struts.jar"/>
<classpathentry kind="lib" path="F:/java/jboss-3.2.2/server/all/lib/javax.servlet.jar"/>
<classpathentry kind="lib" path="lib/development/cactus/cactus-ant-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/development/cactus/commons-httpclient-2.0alpha1-20020606.jar"/>
<classpathentry kind="lib" path="lib/development/cactus/httpunit-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/struts/commons-beanutils.jar"/>
<classpathentry kind="lib" path="F:/java/jboss-3.2.2/server/all/lib/hsqldb.jar"/>
<classpathentry kind="lib" path="F:/java/jboss-3.2.1/client/jbossall-client.jar"/>
<classpathentry kind="lib" path="F:/java/jboss-3.2.1/server/tcms/lib/jboss.jar"/>
<classpathentry kind="lib" path="lib/axis/axis.jar"/>
<classpathentry kind="lib" path="lib/axis/commons-discovery.jar"/>
<classpathentry kind="lib" path="lib/axis/jaxrpc.jar"/>
<classpathentry kind="lib" path="lib/axis/saaj.jar"/>
<classpathentry kind="lib" path="lib/axis/wsdl4j.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
6 changes: 6 additions & 0 deletions .cvsignore
@@ -0,0 +1,6 @@
velocity.log
velocity.log.*
build.properties
TEST-REPORT.txt
bin
build
17 changes: 17 additions & 0 deletions .project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tcms</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added 1483.pdf
Binary file not shown.
Binary file added 1597.pdf
Binary file not shown.
Binary file added 1599.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions 2525.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 914.html
@@ -0,0 +1,12 @@
Chapter 1 The Open Source and Java Synergy <br />
Chapter 2 Design with ArgoUML<br />
Chapter 3 Development and Build System with Ant<br />
Chapter 4 Testing<br />
Chapter 5 Business Tier with JBoss<br />
Chapter 6 Data Storage Options<br />
Chapter 7 Object-Relational Mapping<br />
Chapter 8 MVC Frameworks and the PresePntation Tier<br />
Chapter 9 Web Services and Mobile Clients<br />
Chapter 10 Rich Clients with the SWT and JFace<br />
Appendix A Open Source Catalog <br />
Appendix B CVS Primer
Binary file added 9781590591253.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions CVS/Entries
@@ -0,0 +1,9 @@
/.cvsignore/1.5/Thu Jun 5 18:59:47 2003//
/build.properties.sample/1.3/Mon Dec 29 20:41:53 2003//
/build.xml/1.38/Mon Jan 5 00:58:41 2004/-kb/
D/dist////
D/lib////
/project.xml/1.1/Fri Nov 14 07:29:07 2003/-kb/
/read-me.txt/1.1/Tue May 13 19:29:32 2003/-kb/
D/setup////
D/src////
1 change: 1 addition & 0 deletions CVS/Repository
@@ -0,0 +1 @@
tcms
1 change: 1 addition & 0 deletions CVS/Root
@@ -0,0 +1 @@
:pserver:cjudd@integrallis.dyndns.org:/usr/local/cvsrepository
27 changes: 27 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,27 @@
Freeware License, some rights reserved

Copyright (c) 2004 Brian Sam-Bodden and Christopher M Judd

Permission is hereby granted, free of charge, to anyone obtaining a copy
of this software and associated documentation files (the "Software"),
to work with the Software within the limits of freeware distribution and fair use.
This includes the rights to use, copy, and modify the Software for personal use.
Users are also allowed and encouraged to submit corrections and modifications
to the Software for the benefit of other users.

It is not allowed to reuse, modify, or redistribute the Software for
commercial use in any way, or for a user�s educational materials such as books
or blog articles without prior permission from the copyright holder.

The above copyright notice and this permission notice need to be included
in all copies or substantial portions of the software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
#Apress Source Code

This repository accompanies [*Enterprise Java Development on a Budget*](http://www.apress.com/9781590591253) by Brian Sam-Bodden and Christopher M Judd (Apress, 2004).

![Cover image](9781590591253.jpg)

Download the files as a zip using the green button, or clone the repository to your machine using Git.

##Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

##Contributions

See the file Contributing.md for more information on how you can contribute to this repository.
40 changes: 40 additions & 0 deletions build.properties
@@ -0,0 +1,40 @@
// app
app.name=tcms
database.type=hsqldb

// jboss specific
jboss.home=F:/java/jboss-3.2.1
jboss.server=${app.name}
jboss.datasource=java:/DefaultDS
jboss.datasource.mapping=Hypersonic SQL
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099

# physical JNDI name of the queue used by xpetstore.services.mail.MailerMDB
jboss.queue.mail=queue/mail
# physical JNDI name of the javax.jms.MailSession
jboss.mail.session=java:/Mail

// middlegen
mgen.gui=false

// db properties
global.db.url=jdbc:hsqldb:hsql://localhost:1701
global.db.userid=sa
global.db.password=
global.db.driver=org.hsqldb.jdbcDriver
global.db.driver.file=${jboss.home}/server/${jboss.server}/lib/hsqldb.jar

// middlegen db properties
mgen.db.url=jdbc:hsqldb:${build}/hsqldb/${jboss.server}
mgen.db.userid=sa
mgen.db.password=
mgen.db.driver=org.hsqldb.jdbcDriver
mgen.db.driver.file=${lib-dev}/middlegen/util/hsqldb.jar

// middlegen CMP properties
mgen.cmp.package=com.ejdoab.tcms.entities

// J2ME
wtk.home=F:/java/Borland/JBuilder9/j2mewtk1.0.4
midp-obfuscate=false
36 changes: 36 additions & 0 deletions build.properties.sample
@@ -0,0 +1,36 @@
// app
app.name=tcms
database.type=hsqldb

// jboss specific
jboss.home=C:/java/jboss-3.2.2RC2_jetty-4.2.11
jboss.server=${app.name}
jboss.datasource=java:/DefaultDS
jboss.datasource.mapping=Hypersonic SQL
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099

# physical JNDI name of the queue used by xpetstore.services.mail.MailerMDB
jboss.queue.mail=queue/mail
# physical JNDI name of the javax.jms.MailSession
jboss.mail.session=java:/Mail

// middlegen
mgen.gui=false

// db properties
global.db.url=jdbc:hsqldb:hsql://localhost:1701
global.db.userid=sa
global.db.password=
global.db.driver=org.hsqldb.jdbcDriver
global.db.driver.file=${jboss.home}/server/${jboss.server}/lib/hsqldb.jar

// middlegen db properties
mgen.db.url=jdbc:hsqldb:${build}/hsqldb/${jboss.server}
mgen.db.userid=sa
mgen.db.password=
mgen.db.driver=org.hsqldb.jdbcDriver
mgen.db.driver.file=${lib-dev}/middlegen/util/hsqldb.jar

// middlegen CMP properties
mgen.cmp.package=com.ejdoab.tcms.entities

0 comments on commit 8c0bfe5

Please sign in to comment.