7. Entwickler Konferenz Sessions Kylix
 



Kylix

Kx1 Rave Reports, Teil 1
Thomas Pfister (TP-Softwaresysteme)
In Delphi 7 wurde Rave5 von Nevrona als neue Standard-Report-Engine eingeführt. Mit Rave kann der Entwickler stabile und komplexe Reports plattformunabhängig entwickeln. Die Teilnehmer lernen in der Session die Erstellung von Berichten aus Delphi, C++Builder bzw. Kylix und erhalten einen ersten Überblick über die Grundfunktionalitäten von Nevrona Rave Reports 5.

Kx2 Rave Reports, Teil 2
Thomas Pfister (TP-Softwaresysteme)
In der weiteren Session werden die vielfältigen Möglichkeiten von den Rave Reports anschaulich dargestellt. Neben der Datenbankanbindung werden insbesondere komplexe Gruppierungen, DataMirrorSections und GlobalPages näher erläutert. Abschließend erfolgt der Einstieg in die Rave-Language. Mit dem Rave Server werden umfangreiche Möglichkeiten für WebReports angeboten. Anhand eines Praxisbeispiels soll die Leistungsfähigkeit demonstriert werden.

Kx3 Delphi/C++Builder and XSLT
Bob Swart (Bob Swart Training & Consultancy)
XSLT stands for EXtensible Stylesheet Language (XSL) Template, and is generally used to transform an XML document to another XML document (for example a HTML compliant XML document). This session gives an introduction to the basic capabilities of XSLT, as well as the reasons why XSLT can be beneficial to Delphi/C++Builder or Kylix developers.

Kx4 WebSnap Web Server Development with Delphi
Bob Swart (Bob Swart Training & Consultancy)
This session covers WebSnap as the native Delphi/C++Builder and Kylix web server development framework. Using a number of small but useful examples I will demonstrate the WebSnap architecture and cover all components from the WebSnap tab of the component palette in a practical way. Some real-world issues like CGI Login and deployment issues (and solutions) will be covered as well.

Kx5 Advanced IntraWeb
Hadi Hariri (AtoZed Software)
IntraWeb is mostly used in Application Mode. This session gives an introduction to using IW in PageMode in combination with WebBroker and then moves on to demonstrate some advanced techniques of IntraWeb. Topics include: Working with PageMode, Creating PDA applications Combining PDA and Non-PDA Applications Developing custom Standalone applications, etc

Kx6 High Performance Threading
Chad Hower (Atozed Software)
High Performance Threading will show you how to write high performance applications using threads. Many users are tempted by threads only to find out that their threaded implementation has made their applications unresponsive, more complex, prone to crashes and slower. High Performance Threading will demonstrate proven techniques for using threads in your applications.

Kx7 Developing Servers in Indy 10
Chad Hower (Atozed Software)
This session demonstrates how to use Indy servers in Indy 10, including the new high performance server options and models. This session will include the new server types: -Winsock -Overlapped IO. -IO completion ports (IOCP) -Fibers -Contexts

Kx8 Bubbles - Efficient and reliable code, first time, every time.
Chad Hower (Atozed Software)
Bubbles are designed to make testing easy, and even attractive for developers to use. A bubble is a piece of code for testing, developing, profiling, debugging, and stress testing. Bubbles are similar to boxes which are used in box testing (sometimes also referred to as unit testing), however bubbles are not designed with the only goal being testing.

Kx9 XML-Grundlagen
Stefan Heymann (Consic)
Diese Session wird Sie in die Grundlagen der XML-Sprache einführen. Was ist XML? Wie sieht es aus? Was kann damit gemacht werden? Struktur, Aufbau, Syntax, usw. Mit Beispielen aus der Praxis.

Kx10 XML-Verarbeitung mit Delphi
Stefan Heymann (Consic)
Diese Session wird Ihnen zeigen, welche Möglichkeiten es unter Delphi gibt, an die Inhalte und Struktur einer XML-Datei heranzukommen: Parser, Typen von Parsern, Parser-Produkte. Anhand eines durchgängigen Beispiels werden wir uns in einem "Live-Hack" das Parsen mit den verschiedenen Techniken ansehen.

Kx11 The Best Tips and Tricks for the Delphi and Kylix IDE's
Jeroen Wiert Pluimers (Oosterkamp training | consultancy)
Everybody that has spent some time developing with Delphi or Kylix, collects a list of favourite tips and tricks for the Delphi IDE.Jeroen shares his list, so you can enhance your own productivity, and hopefully have less chance to get RSI.The list cover topics like these: -keyboard shortcuts -effective object inspectorusage -finding a component fast -macro's -code/param completion -docking

Kx12 Writing Solid, Maintainable Applications using Delphi & Databases
Jeroen Wiert Pluimers (Oosterkamp training | consultancy)
The session handles many topics that come together in a database application, ranging from simple-looking things like database connectivity, building up along Database Design (explaining the various database objects and how they relate together), Naming Conventions, Language Pecularities (SQL and Pascal), the NULL phenomenon, Modularization, all the way through where to put Business Logic.

Kx13 DbExpress Database Programming
Jeroen Wiert Pluimers (Oosterkamp training | consultancy)
This session explains how database programs are supported using the dbExpress architecture.It is different from the BDE in Windows, but not totally.Topics that you will see during this session are: setup of database drivers and connections, the components between user interface and database server, how MIDAS is embedded in all this new technology, things that you should watch for when porting.

Kx14 Design Patterns im Einsatz
Max Kleiner (kleiner kommunikation)
Anhand von sieben konkreten Beispielen von Design Patterns (Adapter, Facade, Wrapper, Chain, Mediator, Observer und State) lässt sich das Erstellen von modularem Code aufzeigen. Diese Struktur- und Verhaltensmuster bilden eine Grundlage für modellgetriebene Anwendungen. Jedes Pattern wird kurz in Modell, Funktion (Code in CLX) und Einsatz dargestellt.

Kx15 Architektur Patterns mit Komponenten
Max Kleiner (kleiner kommunikation)
Im effizienten Softwarebau sind Schichtenmodelle gefragt. Das Ziel komponentenbasierter Anwendungsentwicklung sind ja funktionale Bausteine, die lose gekoppelt und austauschbar eine Architektur bilden; sie dient als Bauplan für spätere Phasen. Anhand von fünf konkreten Architektur Patterns (Automation, Broker, Layers, MVC und Transaction) lässt sich mit CLX das Zusammenspiel zeigen.

Kx16 Delphi Web Start (DWS) als Applikation Loader
Max Kleiner (kleiner kommunikation)
Manchmal ist der Einsatz einer reinen Browserlösung unverhältnismäßig und mit zu vielen Kompromissen und Fallgruben behaftet, trotzdem möchte man einen einfachen Verteilmechanismus realisieren. Diese Session zeigt das Rahmenwerk eines Applikation Loaders, der die Applikation via TCP-Sockets zum Client transportiert und aufstartet. Ein mobiler Thin Client also!

Kx17 Working XML in Delphi, C++Builder & Kylix
Michael Li (InfoCan Management)
XML is rapidly becoming the industry-preferred choice of data representation and is the core technology behind distributed computing initiative like SOAP. Delphi 7 ships with a ton of tools and native XML support. This session is aimed at those who are new to XML and are looking to incorporate XML technologies into their development work with Delphi, C++Builder or Kylix.

Kx18 Securing your Web Applications
Michael Li (InfoCan Management)
This session covers tips and techniques such as NT Security model for web applications, security filters, custom authentication scheme, means of encrypting your data, Virtual Private Networking, SSL, and common security holes to avoid. Learn how to protect your investments today!

Kx19 WebSnap or IntraWeb?
Michael Li (InfoCan Management)
WebSnap or IntraWeb? Once competing solutions and now neighbours on the component palette in Delphi 7, so which tool is right for your web development need? This session will attempt to address this very question and provide an objective overview between the two technologies.


  
Newsletter
 
Gold Sponsoren
Borland GmbH

Compuware GmbH

Silber Sponsoren
Extended Systems

Media Sponsoren
Programmers Heaven

© 2003 Software & Support Verlag GmbH. Haben Sie noch Fragen?