Archive for April, 2010
process builder to run multi-platform postgres import
April 25th, 2010 by Jeanne BoyarskyWe saw how to clone a postgresql database for testing cleanly in an earlier blog post. The next step is to do so from Java so it can be part of an integration test. How to run each of 4 DDLs: Running a DDL file is easy which is good since we have four of [...]
Categories: Java/J2EE, JavaRanch Forum Migration.
Tags: Java/J2EE, postgresql, processBuilder
Comments: none
Adobe Axes Flash CS5 iPhone Exporter
April 21st, 2010 by Scott SelikoffAs previously reported, Apple has made it quite difficult for Adobe by banning its Flash CS5 Flash-to-iPhone converter a mere 4 days before the public release of Adobe Flash CS5. Nearly two weeks later, Adobe has responded by announcing they are ending development on the Flash CS5 iPhone compiler. Mike Chamber, the Adobe Flash Platform [...]
Categories: Apple Mac, Flex.
Tags: actionscript, adobe, Apple Mac, cs5, flash, iPhone, Mac
Comments: 2
junit suite wide setup (not @BeforeClass)
April 12th, 2010 by Jeanne BoyarskyProblem How do I run setup/teardown for my whole suite, not just one class/test? Impact of Problem JUnit offers @Before to run a method before each test and @BeforeClass to run a method once before a class. For a small suite, @BeforeClass may be enough. For a large integration test suite, setting up the database [...]
Categories: Java/J2EE, JavaRanch Forum Migration.
Tags: integration_test, junit4
Comments: none
