Subscribe to this list via RSS Blog posts tagged in WebBroker
Разработка WEB серверов и приложений в RAD Studio - для тех, кто не в Web Традиционно, все технические вебинары Embarcadero на русском языке мы стараемся записать и предоставить пользователям для оффлайн или повторного просмотра. Хотя слушатели не имеют возможность задавать свои вопросы по ходу трансляции и сразу же получать на них ответы, лично я вижу смысл в таком режиме, даже два! Одна только возможность увеличить скорость воспроизведения сэкономит ценные 10-15 минут рабочего времени!

Posted by on in Blogs
Service Oriented Architecture with WebBroker WebBroker is a great tool box for building your own Service Oriented Architecture from scratch. Join Craig Chapman for this webinar and learn the ins and outs of building SOA with WebBroker. http://goo.gl/3tWc5o Video not found or Youtube service not available...

Posted by on in Programming
C++BuilderでRESTfulなWebBrokerを構築する[JAPAN] C++Builder Professional以上にはWebBrokerが付いています。 そのWebBrokerを使いRESTfulなリソースサフィックス形式のURIを受け取り解釈する事が可能です。 TWebModuleにはActionを持っていてresourceは切れますが自前で実装しています。 今回試したのはWebBrokerスタンドアロン(Win64)です。 TWebModule側にはDB接続テストする為のFireDACのコンポーネントを配置しています。 DBはMySQLです TWebModule1に入ってくるTWebRequest Request->PathInfoをResource/Suffixとして解釈します。   [PathInfoを"/"で分解してstd::vector<UnicodeString>に入れる] //// std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_) { std::vector<Uni...

Posted by on in Programming
How to make RESTful WebBroker using C++Builder C++Builder Professional Edition and up has WebBroker included.  With that WebBroker you can easily make a RESTful server, or you can use RAD Server with it's built in RESTful server support. For RESTful input, Resource and Suffix are expressed on the URL side. This article shows how to make a stand-alone RESTful WebBroker on Windows 64-bit. (This article was translated to English. Some of the grammar isn't perfect, but you will get general the idea.)
Apache Server support in RAD Studio, Delphi and C++Builder 10.1 Berlin With the release of RAD Studio, Delphi and C++Builder 10.1 Berlin, we have added Apache Server support on Windows (Linux server is on the RAD studio 2016 public road map) for RAD Server / EMS. You can now run the EMS Server and the EMS Console in the Apache server on a production environment. You can also use other server features in RAD Studio, Delphi and C++Builder in an Apache server environment. In the DataSnap WebBroker project wizard you can choose to create an Apache dynamic link mod...
Delphi Labs: DataSnap XE - WebBroker jQueryMobile Boilerplate Two weeks ago I have been presenting with Jason Vokes at the University College of London for post-graduate students that were learning how to become technological entrepreneurs. We showed them building scalable, fault-tolerant Delphi XE application with DataSnap framework and deploying to Amazon EC2 cloud. For this occasion I really wanted to build a brand new, sexy looking demo and decided to build a jQuery Mobile web front-end for data coming from a DataSnap server. It is really a bit of m...

Posted by on in Blogs
DataSnap 2010 HTTP support with an ISAPI dll With DataSnap in Delphi 2010, you can develop DataSnap clients and server that communicate over HTTP.  One way to implement the server is as an ISAPI dll.  I've been given permission to show this feature pre-release.  See  http://www.embarcadero.com/rad-studio-2010 for for more information about the upcoming release. Click these links to skip ahead Configure IIS, Connect with Data Explorer, Ancestors and DataModules, ISAPI debugging In the File/New… dialog, double click “DataSnap WebBroker...

Posted by on in Blogs
DataSnap 2010 HTTP support with an ISAPI dll With DataSnap in Delphi 2010, you can develop DataSnap clients and server that communicate over HTTP.  One way to implement the server is as an ISAPI dll.  I've been given permission to show this feature pre-release.  See  http://www.embarcadero.com/rad-studio-2010 for for more information about the upcoming release. Click these links to skip ahead Configure IIS, Connect with Data Explorer, Ancestors and DataModules, ISAPI debugging In the File/New… dialog, double click “DataSnap WebBroker...
  • Page :
  • 1

Check out more tips and tricks in this development video: