|
I've recently become intrigued with Google Web Toolkit and have started playing with it on some personal projects. I've noticed though that it doesn't seem to be very popular. For example, two major freelancing job boards ( www.elance.com and www.odesk...
Answer Snippets (Read the full thread at stackoverflow):
For a large business web application, coding in JavaScript developers compared to other popular web languages may also be a factor
I did about 6 months of GWT last on this in a second); Debugging....
Flex, Silverlight, and JavaFX.
|
|
I've looked into the benefits of PHP, ASP.NET, Python, Rails, etc. These technologies seem very popular among folks here, but I don't see too many ColdFusion questions.
Is ColdFusion a good solution for working with popular JavaScript frameworks such ...
Started by M4dRefluX on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
If they weren't good for that then no one would use them (how ... .
There are even projects now to able choice for web development, as are the other languages that annataka listed.
Can always dip to Java or call a JSP tag to get things done .
|
|
I'm building an ASP.NET 3.5 web application. When I run the project (using Visual Studio's built-in server), it needs to be able to access a network share as a virtual directory. I can't seem to find any information about how to do this.
The network resource...
Started by Bill on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's for debugging a single application, not one to the share? By redirecting to resources under that virtual directory? If so, then during debugging by "access"? can you perhaps ....
You can't do this with the web development server.
|
Ask your Facebook Friends
|
We are getting very slow compile times, which can take upwards of 20+ minutes on dual core 2GHz, 2G Ram machines.
A lot of this is due to the size of our solution which has grown to 70+ projects, as well as VSS which is a bottle neck in itself when you...
Started by johnc on
, 22 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
That cut down the number project in parallel....
This on a large (50 or so project) codebase a few years ago and it cut down our build times by a huge combined all the unittest projects into one global-unittest project.
|
|
How do you structure a very large application?
Multiple smallish projects/assemblies in one big solution? A few big projects? One solution per project? And how do you manage dependencies in the case where you don't have one solution. Note: I'm looking...
Started by Benjol on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Dependent dll's from other projects are built and linked in to the project and checked in to the source which contains all the ....
Explorer, right-click on the projects I'm not interested in right now, and do "Unload Project.
|
|
I think it's better to release the version of the software which your developers actually tested; I therefore tend to delete the 'debug' target from the project/makefile, so that there's only one version that can be built (and tested, and debugged, and...
Started by ChrisW on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
I think it depends on the project size and what the debugging....
Medium- to large-size projects, ease of debugging will ensure a better product for your users the configurations are debug symbols and optimisations.
|
|
As some of you know Im making a mod of Ur-Quan Masters. This does not purport to be the sequel to Star Control II, but it does take place very quickly after SC II concludes and so can be played as one.
Its called Project 6014, not for any good reason....
Started by Cedric6014 on
, 550 posts
by 96 people.
Answer Snippets (Read the full thread at stack):
Additionally, I doubt this project would need anything like a website for a project only....
Crappy..
A website might be god for a large project that needs, such systems are rather..
Serves him much better than creating his own.
|
|
Right now I'm developing mostly in C/C++, but I wrote some small utilities in Python to automatize some tasks and I really love it as language (especially the productivity).
Except for the performances (a problem that could be sometimes solved thanks ...
Started by martjno on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
However, for some larger Python projects I've tackled, I'm years straight and has only one chance to....
Are familiar with eclipse have a look at pydev which provides auto-completion and debugging support (non-gui) stuff that I do on my own.
|
|
On Mon, 23 Nov 2009 14:19:14 -0600, "brOS" <bogdanrosandic@gmail.com
Dear all,
Does anybody knows how to force compiler to use call instruction instead of
br(branch)for disassembling function call?
It is extremely important for me to specific function...
Started by brOS on
, 29 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
Files can be
individually compiled - useful for large projects, when files are in
different){
}
---------------------------------------
This message was sent using the comp.arch.embedded web interface....
Of that.
|
|
UPDATE: Focus your answers on hardware solutions please.
What hardware/tools/add-in are you using to improve ASP.NET compilation and first execution speed? We are looking at solid state hard drives to speed things up, but the prices are really high right...
Started by EtienneT on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Compile time went debugging....
I switched from websites to web appications.
I blogged huge differences in large solutions.
On all projects except for the web application project makes quite a big difference.
|