Brook for Free Pascal/fr

From Lazarus wiki
Revision as of 10:20, 30 April 2020 by E-ric (talk | contribs) (→‎A propos)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deutsch (de) English (en) français (fr) polski (pl)

A propos

Brook for Free Pascal est le cadre d'application (framework) parfait pour le web Free Pascal en pur Pascal. Il n'est donc pas besoin de se passer de son langage de programmation préféré.

Il est complet: actions simples ou configurables pour les accèsaux bases de données, fonctions avancées de routage, assistant pour Lazarus, support de l'internationalisation, haute compatibilité avec les structures JSON, implémentation simple et élégante de REST, plugiciel pour des besoins variés, courtiers extensibles et découplés... En fait, vous avez plusieurs raisons d'adopter Brook comme infrastructure d'application web (NdT: Joli morceau de pub, prometteur).

Fonctionnalités

  • Advanced routes management – Actions are performed by means of routes. Brook knows how to receive a request and choose the correct URL and the correct method to reply to it.
  • Integrated data persistance – Brook offers a table object where data can be handled. Less instantiations, less coding, with an elegant syntax.
  • JSON native supportJSON is widespread in the web for data exchange purposes. You will really appreciate Brooks' good JSON support.
  • REST architecture supportREST is an architecture able to simplify and standardize data requests and replies. Brook is powerful even if you don't use REST – but you will want to use it.
  • Lazarus wizards for installation and usage - With Lazarus, development is easier; with the Brook wizards, only a few clicks are required to start and configure your Brook projects.

Plugiciels

  • dOPF – Sleek, intuitive and fast object persistence for faster and easier database development.
  • RUtils – Some general purpose routines for string conversion, parsing, encoding and more.
  • JTemplate – Fill variables in a template file.
  • QTemplate – Alternative to the FPTemplate engine.
  • EasyRSS – Easiest way for Pascal developers to provide news updating services in their applications.
  • XMailer – Simple way to send e-mail using Free Pascal.
  • AlgEx – Process algebraic expressions passed as strings.
  • Captcha – Verification images to block bot access on login pages.
  • MGeoIP – Identify the name of the country or city where IPs reside.
  • ConvUtils – Conversion between units of measurement (centimeters, inches, liters etc.)
  • HtmlDoc – Write headers, body and other relevant tags using Object Pascal.
  • LJGridUtils – Easy conversion from LCL to JSON and vice versa.
  • Brook-Telegram – Consume the Telegram Bots API in a Brook application.

Site web

Get started, documentation, license, download and others details here Brook for Free Pascal.

Alternatives

  • Brook framework - Microframework which helps to develop web Pascal applications.
  • mORMot - Synopse mORMot ORM/SOA/MVC framework.
  • FreeSpider - Web development package for Free Pascal/Lazarus.
  • FCL-Web Built-in Free Pascal web library.
  • Fano Framework Web application framework for modern Pascal programming language.