Delphi Labs: DataSnap XE - WebBroker jQueryMobile Boilerplate
It is really a bit of moving away from the list of DataSnap topics I originally wanted to cover for this "Delphi Labs: DataSnap XE" series, but I felt it is really something interesting that nobody have tried. Especially that jQueryMobile is not even finished! It is still in alpha3. The sexy factor comes from the fact that web pages that uses this framework look very much like native applications for smartphones, but can still be accessed via modern web browsers (think Chrome) running on desktops.
It took a while to get this article finished. In fact this is the first part of the longer article that I have decided to split into two.
In the first video episode I am introducing Delphi WebBroker architecture for building web applications.
In the second one I'm building and refactoring Delphi WebBroker web application that serves jQuery Mobile boilerplate web page.
Have fun!
Delphi Labs: DataSnap XE - WebBroker jQueryMobile Boilerplate
- whitepaper: http://edn.embarcadero.com/article/41322
- source code: http://cc.embarcadero.com/item/28254
- video (Part 1/2): http://www.youtube.com/watch?v=LE9mHh35YhY
- video (Part 2/2): http://www.youtube.com/watch?v=8jIuJePRS1Y


Comments
-
@Robert,
It is not a "standalone desktop browser" but rather a standalone Windows executable that is both: a web server and a web application. This is a new project type in Delphi XE and C++Builder XE. You can still build web apps as DLLs that are deployed to IIS, but this new option is much more agile. You do not have to redeploy every time you change something in your web application. -
Robert Wednesday, 16 March 2011
Strange that there is no way to install Chrome browser behind a proxy at my office network. Even the standalone installer is trying to access the web and fails because of proxy. Is there an alternative Windows browser that will show the JQueryMobile page demo's in the right way?
-
DataSnap的代码演示(TCP/IP,IPPeerServer,IPPeerClient,TDSSessionManager,IOS) - 心动吧 | 编程 | 安全 悟性是须要多维思想的 Sunday, 1 June 2014
[...] 集08(第1部分):WebBroker jQuery移动“样板”- – - – - -视频1和视频2, 白皮书, 源代码 [...]
-
Please login first in order for you to submit comments
- Page :
- 1
Awesome! It was very interesting for me (I have 10 years of C/C++ experience but now I would like to learn Delphi and related technologies as well)