This article is based on my presentation at TechWave 2007 and is intended for
the beginner or moderately experienced PowerBuilder developer. I hope to
share some of the useful information I've picked up as an application
developer using PowerBuilder and EAServer.
I work on Sybase's Enterprise Application Server (EAServer) team. We need to
make sure that our server works with other Sybase products such as
PowerBuilder. PowerBuilder 11 introduces .NET application development.
EAServer 6.1 also has .NET client ORB support.
PowerBuilder & EAServer Work Great Together
EAServer's component target is built in as a PowerBuilder target (see Figure
1). Once you create a target and set up an application server profile, you
can immediately deploy your PowerBuilder NVOs to run on EAServer. This is an
easy way to develop and implement a robust application that uses J2EE EJB and
J... (more)