|
|
Mike Barlotta
|
Background Information: Michael Barlotta is the Director of Technology at AEGIS.net Inc (www.AEGIS.net). Mike is a Sun Certified Java Programmer and is recognized as an expert on the Sybase application server EAServer (Jaguar CTS), mentoring clients and speaking at conferences on the topic. He is the author of several books including Taming Jaguar and Jaguar Development with PowerBuilder 7 (both by Manning Publications). Be sure to check out Mikes Web site www.TamingJaguar.com.
|
PowerBuilder 9: Internet
and Distributed
Application Development By Mike Barlotta Hang on to your seats
PowerBuilder developers,
PowerBuilder 9: Internet
and Distributed
Application Development
packs a lot of
information that will
show you why PowerBuilder
is as relevant today as
it was at the height of
the client/server wave. Aug. 8, 2003 10:00 AM Reads: 12,403 Replies: 1 | Java Design By Mike Barlotta In Part 1 (JDJ, Vol. 7,
issue 6) we looked at the
Java class as a type.
Although it's easy to
think of the class name
of our Java class as its
type, the interfaces it
implements and the
superclasses it extends
can also be viewed as its
types. Sep. 1, 2002 12:00 AM Reads: 13,221 Replies: 1 | Java Design By Mike Barlotta Java classes should be
designed to enhance their
reusability and
flexibility. Coding to an
object type rather than
an implementation by
using interfaces or
abstract classes can help
us achieve both
flexibility and
reusability. Jun. 1, 2002 12:00 AM Reads: 11,495 Replies: 2 | Building JSP Applications By Mike Barlotta Welcome to JSP Corner.
For those of you who are
just joining us, in this
column I've been
demonstrating how to
write JSP applications;
I've focused on writing
the Sybase eMusic
application and
converting it from
PowerDynamo to JavaServer
Pages (JSP). Jun. 1, 2002 12:00 AM Reads: 10,685 | Building JSP Applications
with Jaguar CTS Part 5 By Mike Barlotta What state am I in?
Denial, confusion,
Virginia...if you want
your Web site to keep
track of state between
requests, you'll need to
understand the Session
API portion of the Java
servlet and JSP
specifications. May. 1, 2002 12:00 AM Reads: 12,301 Replies: 1 | Building JSP Applications
with Jaguar CTS Part 4 By Mike Barlotta Welcome to JSP Corner,
Part 4. We'll be adding
some more features to our
eMusic application, which
we started putting
together in Part 3 (PBDJ,
Vol. 8, issue 12). We
looked at the Logon
process and built the
Logon.jsp,
validateLogon.jsp, and
LogonError.htm pages. Mar. 1, 2002 12:00 AM Reads: 11,103 | Building JSP Applications
with Jaguar CTS Part 3 By Mike Barlotta Welcome back to JSP
Corner. In this article
we look at how to build a
simple logon page that
collects data through an
HTML form and sends it to
a JSP page for
processing. This is a
simple task that involves
several aspects of Web
development in JSP,
including the ... Dec. 1, 2001 12:00 AM Reads: 12,474 | Building JSP Applications
with Jaguar CTS Part 2 By Mike Barlotta Welcome back to the JSP
Corner. In this series,
we're looking at
developing Web
applications using
Java-Server Pages (JSP)
and Jaguar CTS (aka
EAServer). In
Part 1 of this series
(PBDJ, Vol. 8, issue 9),
we looked at the
advantages JSP has over
competiti... Oct. 1, 2001 12:00 AM Reads: 10,068 | Building JSP Applications
with EAServer Part 1 or 2 By Mike Barlotta For developers looking at
the complex problem of
building Web applications
that produce dynamically
generated content, using
JavaServer Pages (JSP) is
an excellent solution.
JSP is a Web-scripting
specification developed
by Sun and the Java
Community Process (JC... Sep. 1, 2001 12:00 AM Reads: 11,418 | Application Servers 2001 By Mike Barlotta For each of the last two
years I have taken an
industry-wide look at the
application server
market. Continuing that
trend, I will examine the
past year and evaluate
the application server
market space for the
current year. Why?
Because distributed and
Web applicat... Apr. 1, 2001 12:00 AM Reads: 6,195 | HTML Book Helps in
Distributed Web
Application By Mike Barlotta If you're interested in
porting parts of your
PowerBuilder
client/server
applications to the Web
quickly or in building
Web applications with the
DataWindow, the book The
Web DataWindow is for you
(see Figure 1). Apr. 1, 2001 12:00 AM Reads: 8,205 | Sybase EAServer And J2EE By Mike Barlotta The technology industry
is centered on the fast
growing and highly
competitive application
server market. At stake
is critical market share
that determines who the
market leaders are. These
leaders will drive the
specifications and
deliver the software and
platfor... Jan. 1, 2001 12:00 AM Reads: 9,434 | Here Come The Men in
Black By Mike Barlotta As Sybase prepares to
move its corporate
headquarters from
Emeryville to Dublin,
California, the company
has decided to do some
serious redecorating of
its current office space
(check out
www.sybase.com/wrap for a
look). Sybase has
unveiled a massive
advertiseme... Dec. 1, 2000 12:00 AM Reads: 6,459 | Sanity Checking an
EaServer Connection Cache By Mike Barlotta The Jaguar CTS
application server
provides robust support
for a number of different
database connection
approaches for its
connection caches,
including JDBC and ODBC,
as well as native
connectivity to Oracle
and Sybase Adaptive
Server Enterprise. Oct. 1, 2000 12:00 AM Reads: 6,948 | EAServer Certification By Mike Barlotta The Sybase Certified
PowerBuilder Developers
(CPD) program has been
well regarded as a
reasonable measurement of
a developer's proficiency
with PowerBuilder.
Unfortunately, this test
measures a developer's
capabilities with the
tool based on a two-tier
client/serv... Sep. 15, 2000 12:00 AM Reads: 6,262 | EAServer Certification -
Measure Your Jaguar
Skills By Mike Barlotta The information industry
continues to place a
heavy demand and reliance
on certifications in
various products and
technologies. While their
merits, veracity and what
they measure can be
debated, there's no
denying it's a booming
industry and many
potential employe... Aug. 15, 2000 12:00 AM Reads: 6,561 | Accessing Jaguar
Properties in PowerJ Pt.
2 By Mike Barlotta In the May issue of PBDJ
(Vol. 7, issue 5) we
looked at how to
initialize a Jaguar
component using the
Jaguar component
properties, focusing on a
PowerBuilder component
using the ContextKeyword
object. In this article
we'll look at a PowerJ /
Java component and th... Aug. 1, 2000 12:00 AM Reads: 7,478 | Accessing Jaguar
Properties in
PowerBuilder By Mike Barlotta If you're a regular
reader of PBDJ and the
Distributed Technologies
column, then you've
likely been gathering
many tips and development
techniques concerning
EAServer (specifically
Jaguar CTS). This article
will continue along this
path by looking at how to
initia... May. 1, 2000 12:00 AM Reads: 6,797 | Distributed Technologies:
Jaguar Component
Life-Cycle Explained By Mike Barlotta This article will explain
the Jaguar component
life-cycle. Understanding
the way Jaguar handles
components is essential
before one can begin
designing and developing
a solution with EAServer.
The component life-cycle
determines when a
component is available
and wh... Mar. 1, 2000 12:00 AM Reads: 8,850 | Handling Aborted
Transactions in Jaguar By Mike Barlotta In this article we'll
examine how to handle a
Jaguar CORBA_TRANSACTION_
ROLLEDBACK exception that
is thrown when a Jaguar
transaction is aborted.
We'll use the BTFBank
sample application
developed in an article I
wrote for PBDJ in October
1999 (Vol. 6, issue10).
Th... Feb. 1, 2000 12:00 AM Reads: 6,001 | A Look at the Application
Server Market By Mike Barlotta The application server
market continues to be
one of the hottest areas
in technology. Why?
Because an application
server is the central
piece of software in a
Web-based architecture.
An application server
centralizes application
logic and data access,
making it po... Feb. 1, 2000 12:00 AM Reads: 6,553 | Handling Aborted
Transactions in Jaguar By Mike Barlotta In this article we'll
examine how to handle a
Jaguar CORBA_TRANSACTION_
ROLLEDBACK exception that
is thrown when a Jaguar
transaction is aborted.
We'll use the BTFBank
sample application
developed in an article I
wrote for PBDJ in October
1999 (Vol. 6, issue10).
Th... Feb. 1, 1999 12:00 AM Reads: 8,514 | A Look at the Application
Server Market By Mike Barlotta The application server
market continues to be
one of the hottest areas
in technology. Why?
Because an application
server is the central
piece of software in a
Web-based architecture.
An application server
centralizes application
logic and data access,
making it po... Feb. 1, 1999 12:00 AM Reads: 4,171 | IIOP Explained By Mike Barlotta The Internet is reshaping
both the business and
computing worlds,
defining new ways in
which business is done
and how applications are
designed and developed.
The Web allows businesses
to build distributed
applications that enable
the sharing of
information around... Sep. 1, 1998 12:00 AM Reads: 9,791 Replies: 1 |
PBDJ LATEST STORIES . . . Adobe's Kevin Lynch and
Microsoft's Scott Guthrie
to Keynote AJAX World RIA
Conference & Expo By RIA News Desk  Two of the biggest
launches in Rich Internet
Application history took
place in 2007/2008 when
Adobe launched AIR 1.0 in
February '08 and
Microsoft launched
Silverlight (September
'07). At the 6th
International AJAXWorld
RIA Conference & Expo in
October SYS-CON Events is
delighted to be | PowerBuilder and
EAServer: Uniting the
.NET and J2EE Communities By Jim O'Neil  In PowerBuilder 11.2,
.NET meets J2EE head-on
with the capability to
deploy .NET Windows Forms
and Web Forms
applications (as well as
assemblies and Web
Services) that access
Enterprise JavaBeans
(EJBs) in Sybase's own
EAServer. As you'll see
over the course of this
article, integratin | HarPB Tool Review By Al Soucy  HarPB is a specialized
utility for checking
PowerBuilder source
objects in and out of
AllFusion Harvest. It
handles the special
requirements of checking
objects out to
PowerBuilder Libraries
(PBLs) and checking
objects in from PBLs.
These operations are
non-standard to most
source cont | PowerBuilder Editorial:
The State of the State By Bruce Armstrong  Back in 2002, Sybase
announced their
four-phase approach
toward adding .NET
support to PowerBuilder.
Phase 1 was the
implementation of web
services in PB9 and Phase
2 was the release of
DataWindow.NET, which was
packaged with PB 10.
Phases 3 and 4 were the
more significant phases.
In P | PowerBuilder History -
When Did Sybase Develop
PB and How Did It Evolve? By Chris Pollach  I have been asked many
times by various clients,
students, and the IT
curious about
PowerBuilder: When did
Sybase develop the
product and how did it
evolve? I keep telling
this story and answering
e-mails on the subject. I
am now to the point where
I have decided that I
should have PBD | PowerBuilder 11's .NET
Interoperability By John Strano  PowerBuilder 11 deploys
entire applications as
.NET Windows Form or Web
Form applications and
deploys individual
components as .NET
Assemblies and as .NET
Web Services. Version 11
consumes resources of the
default .NET framework as
well as resources of
custom developer-defined
.NET res |
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS Help Wanted: SYS-CON Media is looking for i-technology reporters, and journalists. Please apply to reporters(at)sys-con.com. We are also seeking online advertising sales representatives with proven track record. Please apply to careers(at)sys-con.com. |
|
SYS-CON FEATURED WHITEPAPERS BREAKING POWERBUILDER / SYBASE NEWS  | Adobe's Kevin Lynch and
Microsoft's Scott Guthrie
to Keynote AJAX World RIA
Conference & Expo Two of the biggest
launches in Rich Internet
Application history took
place in 2007/2008 when
Adobe | PowerBuilder and
EAServer: Uniting the
.NET and J2EE Communities In PowerBuilder 11.2,
.NET meets J2EE head-on
with the capability to
deploy .NET Windows Forms
and W | HarPB Tool Review HarPB is a specialized
utility for checking
PowerBuilder source
objects in and out of
AllFusion Harv | PowerBuilder Editorial:
The State of the State Back in 2002, Sybase
announced their
four-phase approach
toward adding .NET
support to PowerBuilder. | PowerBuilder History -
When Did Sybase Develop
PB and How Did It Evolve? I have been asked many
times by various clients,
students, and the IT
curious about
PowerBuilder: Wh | PowerBuilder 11's .NET
Interoperability PowerBuilder 11 deploys
entire applications as
.NET Windows Form or Web
Form applications and
deploy | Sanity, Strategy,
Sustainability: The New
World of Verification
Platforms The lines between
embedded and enterprise
computing are blurring.
As embedded devices
become more an | Publishing .NET Web
Services Using SQL
Anywhere 10.0.1 In this article we're
going to take a database
and create our own mini
version of an
'Amazon-like' i | PowerBuilder Editorial -
"There You Go Again" If that doesn't ring a
bell, it's from the
Reagan / Carter debates
in the 1980 election
cycle. Carte | Integrated Support for
XML Data Management XML is increasingly being
used as the language of
data exchange. An XML
document based on a DTD
or a | SYS-CON's Virtualization
Conference & Expo: Themes
& Topics From Application
Virtualization to Xen, a
round-up of the
virtualization themes &
topics being discu | How Does NY State Manage
Its PowerBuilder
Applications? Most applications need
upgrades and corrections.
If you maintain in-house
development you want to
be | PowerBuilder and UPS
Shipping Does your shipping
department have these
problems? Extra charges
due to incorrect
addresses? Difficu | Using the Eclipse Data
Tools Platform with
PowerBuilder and SQL
Anywhere The Eclipse Data Tools
Platform (DTP) is now a
top-level project at
eclipse.org. Originally
proposed | 2008 Worldwide
PowerBuilder Survey Novalys is holding its
8th annual PowerBuilder
Worldwide Survey. This
survey is a great
feedback mec | View "Virtualization
Power Panel" Live on
SYS-CON.TV Red Hat CTO Brian
Stevens, Citrix CTO Simon
Crosby, Egenera CTO Pete
Manca, Allen Stewart,
Group Man | Sybase PowerBuilder
Delivers AJAX and .NET
Enhancements Sybase announced that
AJAX development
capabilities and further
Microsoft .NET
enhancements have bee | The PB Future: More on
Graphs in PowerBuilder
11.5 Last week I posted a
screen shot of the new 3D
Rendering capabilities
being added to some of
the 3D | BluePhoenix Expands
Modernization
Collaboration with
Microsoft BluePhoenix announced
that it has expanded its
collaboration with
Microsoft on legacy
modernization | PowerBuilder 11.2
Released: Sybase's
Flagship IDE Sybase has released the
production version of its
flagship .NET development
tool - PowerBuilder vers |
|