Hi,

do you think that javascript is a good language to use it on server-side?
For me it's worst language I ever worked with, but there is no other I can
use to write multibrowser web-pages / web-apps.

Using java on server side and java applets/javafx on client is the same
(same language for both server and client), similarly using Silverlight and
.NET (for me at this time better solution than java based ones, because C#
is very nice language).

Javascript is singlethreaded language, performance/memory footprint is
problem, it's not type-safe and there are no libraries. Personally I can't
understand why to use qooxdoo on server side, what you gain? Using oo model,
okay, but shouldn't be this solved by language itself? Using dom or widgets,
what is it good for? If you are generating page you usually use some
framework so you can access widgets and stuff like this. When writing
web-app in qooxdoo then you write user-interface in javascript itself and
you need only to transfer data. Again where is advantage of using qooxdoo on
server-side? To map string -> string and list -> list? This can be done in
Java/C#/Python/Ruby, etc...

Just my two cents and personal opinions;)

Best regards / S pozdravem
Petr Kobalicek

On Mon, Aug 2, 2010 at 7:30 PM, b a <[email protected]> wrote:

> On 8/2/10, thron7 <[email protected]> wrote:
> > twisted is certainly a proven platform. but as apache, it is rather for
> > complex applications, and it's a huge and unwieldy beast. nothing
> > compared to the ultra-light node.js. and performance-wise i think there
> > is no way current python implementations can beat v8 and the likes, even
> > if run through stackless or pypy.
> >
> > in fact, i have long waited to see js break out of the "browser jail"
> > and quite like the thought of a unified ui layer stretching up to the
> > server. i again recommend you to kyle simpsons article series about the
> > "middle end" in jsmag (see [1] for an appetizer).
> >
>
> I second this.
>
> Just imagine basically if you use Qooxdoo + Node.js you just use
> Javascript, you don't need anything else, so just one language for
> both server-side and client-side.
>
> Plus, node.js doesn't require a thousand config files and stuff like
> that, you just write the server you need quickly in javascript.
>
> And you get the full power of js, it's pretty awesome.
>
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to