Recent

Author Topic: do we have a wesite that uses lazarus?  (Read 21905 times)

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
do we have a wesite that uses lazarus?
« on: October 23, 2010, 12:02:05 pm »
do we have a wesite that uses lazarus?

hi
can anyone show a LINK of a website that was design by lazarus using fpweb or web modules.

Oh, if jSON was applied? much better.

Lets see if there is really is. :D  :-[
Thanks

Fount out at this, comment by bobo;
Quote
Kind of late to join the discussion here, but I am now successfully using ExtJS directly with FPC/Lazarus with the latest fcl-web/fpweb with JSON communication (works with XML too, but XML was a big overhead I did not need), also using Ajax calls from the ExtJS side to call the web server CGI/FCGI actions, also using html templates with fptemplate, etc. All works.

You need to have the latest FPC 2.5.1 SVN sources and the latest Lazarus SVN sources at the moment, but it works nicely.

Ok bobo, be the first one to comment, please show it. :D
« Last Edit: October 23, 2010, 12:24:05 pm by xenablaise »

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: do we have a wesite that uses lazarus?
« Reply #1 on: October 23, 2010, 04:10:23 pm »
http://www.sencha.com/products/js/
what about that?
I really dont understand what Im asking, maybe your comment will help :D

bobo

  • Full Member
  • ***
  • Posts: 171
Re: do we have a wesite that uses lazarus?
« Reply #2 on: October 23, 2010, 07:10:32 pm »
You should read up on ExtJS on their website. It is a framework for browser based GUI appications.

Lazarus and FPC can serve as the back-end server for those applications providing and processing data from/to the GUI client.

There are some simple examples and demos included in FPC and Lazarus that can get you started to build web applications.
...lazarus.../components/fpweb/demo/*.*
...fpc../packages/fcl-web/examples/*.*  (the webdata demos are the ExtJS ones)

However, you will not find a ready to copy/paste full web site application as a demo. That is why we have programmers. Lazarus/FPC provides the tools to help programmers make these web applications. It is not a ready to install tool-set that only needs configuration from the end user.

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: do we have a wesite that uses lazarus?
« Reply #3 on: October 24, 2010, 01:43:34 am »
bobo?

Quote
It is a framework for browser based GUI appications.
Framework for what? framework for fpweb? cgi?
Oh, like Zend Framwork for PHP? or Sympony or Cake?
Quote

How would you compare this toos to RadPhp
http://www.micromail.com/product_images/micromail.com/RadPHP_XE_Datasheet.pdf
http://www.qadram.com/vcl4php/docwiki/index.php/What_is_RadPHP_XE


I'd like to hear your comment for this topic.
If I've answered or asked wrong, excuse me :D

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: do we have a wesite that uses lazarus?
« Reply #4 on: October 24, 2010, 08:08:56 am »
http://www.lazarussupport.com/ is written in fpWeb / Free Pascal.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: do we have a wesite that uses lazarus?
« Reply #5 on: October 25, 2010, 05:31:18 am »

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: do we have a wesite that uses lazarus?
« Reply #6 on: October 25, 2010, 04:05:58 pm »
I'm glad to see the pages.
I think the site is using fastcgi ?


How would you compare "FCL-Web" to the other web development tools like "radphp" ?
http://www.micromail.com/product_images/micromail.com/RadPHP_XE_Datasheet.pdf
http://www.qadram.com/vcl4php/docwiki/index.php/What_is_RadPHP_XE

or others like perl, php, xhtml ?
« Last Edit: October 25, 2010, 04:11:56 pm by xenablaise »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: do we have a wesite that uses lazarus?
« Reply #7 on: October 26, 2010, 02:16:43 am »
Quote
I think the site is using fastcgi ?
Not really sure, but it's easy to switch between cgi, fastcgi and apache module. With WebDesign package, it can even be done with a single define.
Quote
How would you compare "FCL-Web" to the other web development tools like "radphp" ?
IMHO the same as Lazarus + WebDesign package, I haven't tried RadPHP though.
Quote
or others like perl, php, xhtml ?
perl and php: interpreted, slow, difficult to debug, but has a lot of frameworks to choose and a big community.
(x)html: well... this one shouldn't be included since this is like the assembly of a web application. Our application (with any other language) should produce this as the final output.

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: do we have a wesite that uses lazarus?
« Reply #8 on: October 26, 2010, 07:49:49 am »
 :D
Quote
Lazarus + WebDesign package

So if I'll make a website and use (Lazarus + WebDesign package)
I don't need a web application server like apache or iis? because Lazarus has the engine? 8-)
« Last Edit: October 26, 2010, 07:53:14 am by xenablaise »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: do we have a wesite that uses lazarus?
« Reply #9 on: October 26, 2010, 09:16:16 am »
Quote
I don't need a web application server like apache or iis? because Lazarus has the engine?
No, if you use the embedded webserver (and you can debug your website from the IDE as well!) ;)

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: do we have a wesite that uses lazarus?
« Reply #10 on: October 26, 2010, 12:47:08 pm »
Quote
No, if you use the embedded webserver

huh, What component is that?

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: do we have a wesite that uses lazarus?
« Reply #11 on: October 26, 2010, 02:02:50 pm »
The WebDesign package contains 3 packages for Lazarus IDE: WebDesign itself, embweb for lnet based embedded webserver, and jQuery wrapper.

Download them from here.

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: do we have a wesite that uses lazarus?
« Reply #12 on: October 26, 2010, 02:06:46 pm »
YES

Thank you
« Last Edit: October 27, 2010, 05:03:40 am by xenablaise »

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: do we have a wesite that uses lazarus?
« Reply #13 on: March 01, 2011, 04:38:02 pm »
I got the error message while compiling 'embweb' package.

What should be done next ?
Lazarus 1.2.4 / Win 32 / THAILAND

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: do we have a wesite that uses lazarus?
« Reply #14 on: March 01, 2011, 06:35:49 pm »
use fpembweb from svn, or use fppkg version. the one from that website is obsolete.

 

TinyPortal © 2005-2018