JBuilder Community

Events

Events: Upcoming | Latest | Day | Week | Month
14 Jul 2010Webinar: How Meaningful Use Impacts Healthcare Data Management Professionals
Web Seminar     7/14/2010 11:00 AM - 7/14/2010 12:00 PM
2 Jul 2010
Join healthcare IT expert, Shahid Shah, for an insightful webinar on the impacts of meaningful use and certification of electronic health record systems to data management professionals
8-11 Sep 2009CodeRage 4 Virtual Conference for Software Developers - Register Now!
Web Seminar     9/8/2009 8:00 AM - 9/11/2009 5:00 PM
24 Jun 2009
CodeRage 4 is four days of 100% on-line technical sessions focused on software development that you can attend from wherever you like to log in.
18 Jun 2009Webinar: Why Developers Need Embarcadero All-Access
Web Seminar     6/18/2009 11:00 AM - 6/18/2009 12:00 PM
28 May 2009
In this session Mike Rozlog will show you how Embarcadero All-Access can simplify your life, as well as bring your total cost of ownership (TCO) down. If you're a developer and/or part of a team that is using one or more IDEs and one or more database tools, you should consider looking at what Embarcadero All-Access can offer you.
31 Jul 2008Live Webinar, July 31: Introducing the DatabaseGear products to the CodeGear Developer Network
Web Chat     7/31/2008 6:00 PM - 7/31/2008 7:00 PM
29 Jul 2008
On July 31, Greg Keller, Chief Evangelist for DatabaseGear will demonstrate Embarcadero database product solutions to the CodeGear community. These live demonstrations will take place at three different times on July 31st, 6am, 11am, and 6pm (Pacific Time, UTC-7).
31 Jul 2008Live Webinar, July 31: Introducing the DatabaseGear products to the CodeGear Developer Network
Web Chat     7/31/2008 11:00 AM - 7/31/2008 12:00 PM
29 Jul 2008
On July 31, Greg Keller, Chief Evangelist for DatabaseGear will demonstrate Embarcadero database product solutions to the CodeGear community. These live demonstrations will take place at three different times on July 31st, 6am, 11am, and 6pm (Pacific Time, UTC-7).
31 Jul 2008Live Webinar, July 31: Introducing the DatabaseGear products to the CodeGear Developer Network
Web Chat     7/31/2008 6:00 AM - 7/31/2008 7:00 AM
7 Jul 2008
On July 31, Greg Keller, Chief Evangelist for DatabaseGear will demonstrate Embarcadero database product solutions to the CodeGear community. These live demonstrations will take place at three different times on July 31st, 6am, 11am, and 6pm (Pacific Time, UTC-7).

Articles

Sort by: Page 5 of 78 | Previous | 1 2 3 4 5 6 7 8 ... 78 | Next
DateTitleAuthorType
Charlie Calvert
12 Apr 2004 A Gentle Introduction to Generics in Java by Charlie Calvert
Read a gentle introduction to the basic facts about an exciting new feature found in the Java 1.5 beta. Formerly generics were only available to C++ and Python programmers. Now Java has them too!
Charlie Calvert Contributed Article
14 Jan 2004 On Her Majesty's Web Service Part I by Charlie Calvert
The first of a series, this article gives an overview of Web Services, Axis and Tomcat.
Charlie Calvert Contributed Article
12 Dec 2003 JSP Madness Part One by Charlie Calvert
A brief synopsis of creating JavaServer Pages in JBuilder. The article is supplemented with an overview of the JSP architecture.
Charlie Calvert Contributed Article
18 Sep 2003 Interfaces and Loose Coupling in Java by Charlie Calvert
In the first part of this two part article you will learn how to use interfaces to define a contract between two classes that works at a high level of abstraction and promotes reuse.
Charlie Calvert Contributed Article
18 Aug 2003 Simple Programming Tip #3 by Charlie Calvert
Learn how refactoring can help you create robust and easy to maintain programs.
Charlie Calvert Contributed Article
6 Jun 2003 Simple Programming Tip #2 by Charlie Calvert
A discussion of benefits to be derived from using testing tools such as JUnit, DUnit, NUnit or CppUnit. The heart of the argument is that such tools encourage programmers to create highly modular, reusable classes that are easy to maintain.
Charlie Calvert Contributed Article
1 May 2003 Simple Programming Tip #1 by Charlie Calvert
This article contains the explication of a simple programming tip that can be read in a few minutes: Avoid writing code that does anything substantial inside a visual container. Instead, create separate classes for your working code.
Charlie Calvert Contributed Article
28 Jan 2003 Event Handling in JBuilder Part II, by Charlie Calvert
This is the second part of a three part article on Event Handling in JBuilder. The text is an excerpt from my book, Charlie Calvert's Learn JBuilder, from WordWare publishing.
Charlie Calvert Contributed Article
28 Jan 2003 Event Handling in JBuilder Part III, by Charlie Calvert
This is the third part of a three part article on Event Handling in JBuilder. The text is an excerpt from my book, Charlie Calvert's Learn JBuilder, from WordWare publishing.
Charlie Calvert Contributed Article
3 Jan 2003 Event Handling in JBuilder by Charlie Calvert
This is the first part of a three part article on Event Handling in JBuilder. The text is an excerpt from my book, Charlie Calvert's Learn JBuilder, from WordWare publishing.
Charlie Calvert Contributed Article
28 Oct 2002 Unit Testing with JBuilder Part III by Charlie Calvert
This is the third part of a three part article on JUnit and JBuilder.
Charlie Calvert Contributed Article
23 Oct 2002 Unit Testing with JBuilder Part II by Charlie Calvert
This is Part II of a three part article about a technology you can use in JBuilder called unit testing. Unit testing helps you easily confirm the validity of your code.
Charlie Calvert Contributed Article
2 Oct 2002 Unit Testing in JBuilder by Charlie Calvert
This is part I of a three part article about a technology you can use in JBuilder called unit testing. Unit testing helps you create Boolean tests for many features of your code.
Charlie Calvert Contributed Article
21 Aug 2002 JBuilder Libraries
One of the core concepts in JBuilder development is the Library file. If you are working in the IDE and want to get something on the class path for your JBuilder project, the accepted way to do it is with a JBuilder library file.
Charlie Calvert Contributed Article
 
Brenton Camac
5 Dec 2002 Using EJBs with the CORBA Notification Service
This whitepaper describes the challenges and benefits of integrating EJBs with the Notification Service.
Brenton Camac White Paper
 
Sergio Cardoso
17 Jun 2003 Getting Started with JDataStore
Resources on how to get up-to-speed with JDataStore.
Sergio Cardoso Article
11 Sep 2002 Using JDataStore™ 6 as a Mobile Database on Wireless Devices
Pure, Powerful database for Java
Sergio Cardoso White Paper
 
David Clegg
14 Jun 2006 Introduction to the CodeCentral Web Service
Introduces the features of the new CodeCentral Web Service, and presents an Open Tool add-in which consumes it.
David Clegg Contributed Article
 
The Middleware Company
15 Apr 2003 Optimizing Java Applications
Use sound practices to make code and development teams more efficient
The Middleware Company White Paper
 
Giles Davies
9 Oct 2000 EJB Development Using JBuilder 4 and Inprise Application Server 4.1
A Step by Step Tutorial
Giles Davies White Paper

Server Response from: ETNASC04