Tagged Questions

3
votes
3answers
165 views

Can I use GWT (or Script#) to write individual functions in Java (or C#) and compile them to JavaScript?

I understand the purpose of GWT, but I'm wondering if I can use it to compile a few functions from Java to JavaScript just to make sure that I don't have to maintain the same code in two different …
4
votes
8answers
327 views

Why Haven’t GWT- and Script#-style Frameworks Become Dominant?

With GWT, we can write code in Java and have it translated to JavaScript code. With Script#, we can write code in C# and have it translated to JavaScript code. It sounds GWT and Script# will save web …
0
votes
0answers
38 views

Has anyone used Script#?

The Script# product looks promising though I'd have to admit I've struggled to the the Hello World application working successfully. There have been no new releases over the last year, perhaps the …
1
vote
1answer
160 views

How to generate minified javascript with Script#?

I am testing Script# and its manual tells me that it has a "Release" mode, where the code is minified for performance. But I couldn't find how to enter this mode. Anyone knows? Update BenS has found …
4
votes
3answers
235 views

Sharing JavaScript code between .NET desktop and browser

I have a set of core, complicated JavaScript data structures/classes that I'd like to be able to use both in the browser as JavaScript and run on the desktop with .NET 3.5. Is it possible to compile …
2
votes
2answers
199 views

Scalable/Reusable Authorization Model

Ok, so I'm looking for a bit of architecture guidance, my team is getting a chance to re-cast certain decisions with a new feature that we're building, and I wanted to see what SO thought :-) There …
0
votes
0answers
29 views

Does someone have experience with Script#

Hi I'm looking for some information and user experience on Script#. I don't know much about JavaScript and I've always avoided it. Is it reliable ? Does it work well with complex classes? Do you know …