was ist ein Framework?

  • Thread starter Thread starter Overflyer
  • Start date Start date
O

Overflyer

gibt es eine Definition des Begriffes Framework?

WAs gehört alles zu einem Framework? ist das von standard zu standard
verschieden?

gruss
 
English --> below.



"Grundlage" wäre eine gute Bezeichnung dafür.

Die Framework stellt die Grundlage der meisten Windows Funktionalität zur
Verfügung (Fenstern, Datenbanken usw.).

Das heißt in Klartext dass der Programmierer darauf Konzentrieren kann eine
Aufgabe zu lösen und ließ das wie der Framework. Die daraus resultierende
..Exe sollte dann ohne weitere Änderungen auf eine Fremde Plattform (z.B.
Unix) laufen wenn der jeweilige Framework installiert ist und wurde die
jeweilige "Look and Feel" von der Framework bekommen.



Zurzeit gibt es 2 Plattformen (PC und PDA-Windows Ce) wobei der
"Framework.Compact" eine abgespeckte Version der PC Framework ist.

Eine Anwendung die für Compact geschrieben wurde kann zu 95% in den PC
übernommen werden. Wenn man "Pre-Compiler" Variabeln verwendet, kann der
Quellcode zu 100% übernommen werden.

http://www.codeproject.com/useritems/NetDbExplorer.asp

zeigt eine Anwendung (mit Quellcode) mit Framework / Framework.Compact
Projekten wo der größte Teil nur von dem anderen Projekt kopiert worden ist.

Dies ist übrigens eine englische newsgroup.



English :



A: "Basic's" would be a good description for this. Framework offers all the
basics

Functionality of Windows (Windows, Databases etc.). This means that the
programmer can concentrate on the solution and let the Framework to the how.

The resulting .Exe should run under other Platforms (like Unix) without
further changes where the Framework is installed and would take care of the
"Look and Feel".

At the moment there are 2 Platforms supported (PC and PDA-Windows CE)
whereby "Framework.Compact" offers most of the functionality of the
PC-Framework. A Solution written for Compact can to 95% be used in the PC
Version. With the use of a "Pre-Compiler" variable the source can be use to
100% on both platforms.

http://www.codeproject.com/useritems/NetDbExplorer.asp

shows a Solution (with source) for Framework / Framework.Compact projects,
where most of the source is copied from one project to the other.

This is, by the way, an English newsgroup.



Mark Johnson, Berlin Germany

(e-mail address removed)

?
 
Back
Top