+ All Categories
Home > Documents > Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer ...

Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer ...

Date post: 22-Mar-2019
Category:
Upload: nguyennhu
View: 236 times
Download: 0 times
Share this document with a friend
6
Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer http://jesusmoreno.wordpress.com [email protected] "In year 2006 was a challenge to solve the puzzle of using web development for a custom ERP for my company without loosing funtionality and speed of traditional forms of windows desktop applications"
Transcript
Page 1: Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer  jesus.moreno.24@gmail.com "In year 2006 was a challenge to solve the puzzle

Jesús Moreno Díaz

Oracle APEX

PL/SQL

Delphi 7 Developer

http://jesusmoreno.wordpress.com

[email protected]

"In year 2006 was a challenge to solve the puzzle

of using web development for a custom ERP

for my company without loosing funtionality and

speed of traditional forms of windows desktop

applications"

Page 2: Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer  jesus.moreno.24@gmail.com "In year 2006 was a challenge to solve the puzzle

Web vs Desktoppros & cons of web and desktop applications

No deployment time

Any client, any browser

Need installation

Same windows config at clients

Fast master/detail grid formsSlow grids

Page 3: Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer  jesus.moreno.24@gmail.com "In year 2006 was a challenge to solve the puzzle

Web and Desktop functionality integration

"the best of both worlds"

No deployment time

Runs over slow networks

Fast master/detail grid forms

Page 4: Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer  jesus.moreno.24@gmail.com "In year 2006 was a challenge to solve the puzzle

Oracle APEX + Delphi ActiveX Forms"desktop alike forms inside web pages"

Microsoft ActiveX technology lets us an easy integration of a

conventional windows forms inside a web page served by Oracle APEX.

Application complexity divided into web and desktop developers.

Most part of application is full accesible from web.

Just use ActiveX forms when needed at massive data entry.

Page 5: Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer  jesus.moreno.24@gmail.com "In year 2006 was a challenge to solve the puzzle

Oracle APEXhttp://apex.oracle.com

4th generation RAD tool that runs

inside any Oracle Database

Fast development of secured web 2.0

applications

Complete development using web browser

Team development support

Oracle PL/SQLhttp://www.oracle.com/

technetwork/database/

features/plsql/index.html

Procedural language inside Oracle

Databases to perform data

manipulations.

Development IDE that produces

native windows dekstop

applications.

Delphihttp://

edn.embarcadero.com/

delphi

"Presentation layer" "Business rules" "Fast forms"

Page 6: Oracle APEX PL/SQL Delphi 7 Developer · Jesús Moreno Díaz Oracle APEX PL/SQL Delphi 7 Developer  jesus.moreno.24@gmail.com "In year 2006 was a challenge to solve the puzzle

Jesús Moreno Díaz

http://jesusmoreno.wordpress.com

[email protected]

"You can use this technology

at your company with less effort

and cost that java development and

application servers"


Recommended