For Websphere 6.x, can websphere variables be used in the ibm-ext.xmi file for the EXTENDEDDOCUMENTROOT attribute?
It appears they are available for Websphere 7
Does anyone know what graphics library is used to create the graphics in the Solitaire and Freecell games included with Windows Vista (e.g. XNA, GDI, WPF)? A good answer would include the name of the library and evidence.
I looked at solitaire.exe with dependency walker and it shows many calls to gdi32.dll and gdiplus.dll, but also a call to Direct3DCreate9 in d3d9.dll.
Hello
Does anybody know what tool used while podcasts were recorded here: http://www.asp.net/mvc/application-development/
For example at lesson #17 (with Atwood)
The sample of what i'm talking about you can see at 6m28s at the window title, near minimize/maximize/close button. There is a green circle with "Currently sharing"
Cannot google anything relevant, so will be appreciate to your help ;-)
I'm looking for a C++ MVC framework. Has anyone used http://www.tntnet.org/index.html?
How was it compared with like MVC.net or SpringMVC?
What compiler is required for it?
I was wondering if anyone here has used HipHop? If so what do you think about the technology? Is it real world? What problems have you run into? Should I compile my production application using HipHop?
Hi all,
I used the same request with 2 differents client HTTP. One is accepted by server (java request in IE) and not the other (Indy Client in Delphi software) ? Is there a way to detect the request difference between the two request ?
Is there a way to hide I use Indy ?
Best regards
I was reading the following article and the author made it quite clear that unit tests are NOT used to find bugs. I would like to know what your thoughts are on this. I do know that unit tests makes the design of your application much more robust but isn't it the fact that finding bugs through unit tests that make the application robust, besides its other advantages?
http://blog.stevensanderson.com/2009/08/24/writing-great-unit-tests-best-and-worst-practises/
I am planning to build a cassandra store system and also I need a full-text(Chinese) system too. Can sphinx be used on cassandra? (sphinx supports xml format but I am not going to use it, cause it is slow and much of time are spent on xml parsing). Or you can share your experiences if you have ever built a full-text searching system over cassandra. Thank you
just downloaded SourceOffsite trial version and was impressed by the new winforms UI.
i am curious which (third-party) components were used for ribbon/docking etc.
If you know, info would be appreciated ;)
I know: You and me hate COBOL. I took a look at a lot of code examples and it didn't take me long to know why everybody tries to avoid it.
So I really have no idea:
Why was COBOL ever used?
I mean: Hey - there was Fortran before it, and Fortran looks like a jesus-language compared to COBOL.
This isn't argumentative but historical as I'm young and didn't even know about COBOL before 4 months.
In SQL Server, there is the option to use query hints.
eg
SELECT c.ContactID
FROM Person.Contact c
WITH (INDEX(AK_Contact_rowguid))
I am in the process of getting rid of unused indexes and was wondering how I could go about determining if an index was used as a query hint. Does anyone have suggestions on how I could do this?
Cheers,
Joe
It seems to me that there must be some public domain collection of gettext compatible PO files that we could search for 1:1 or fuzzy translations for strings commonly used in software applications?
Is there a technical and copyright friendly way to query services like Google's Translator Toolkit, LaunchPad, Mygengo, etc. to find translations for common strings?
Thank you,
Malcolm
Kryo is a very new and interesting Java serialization library, and one of the fastest in the thrift-protobuf benchmark. If you've used Kryo, has it already reached enough maturity to try it out in production code?
I have a table in MySQL with 7 indexes, most of them are on more than one column. I think here is too much indexes. Is there any way to get statistics of what indexes are used more by all thousands of queries to this database and what are less worthy so I know what index to consider to remove in first place?
Hello,
In FireFox internet connection is made through a proxy auto config file "something.pac"
How do I know for a certain URL which proxy server is being used?
Thanks.
I'm now thinking to stabilish my code on Javascript, and begin to do all on it, but I want to know about it's security and flexibility compared to PHP.
I want to know too, if it can be sucessfully used to develop things like forum boards, full web-sites and things like this, as PHP does.
I occasionally see the list slice syntax used in Python code like this:
newList = oldList[:]
Surely this is just the same as:
newList = oldList
Or am I missing something?
Hi, I was wondering if anyone has used the SDK for the Garmin 310xt? How would you describe its ease of use? Any information about your experience would be great, thanks in advance.
Hi,
I came across the library Spring-JSON while looking to add Ajax Support in my spring mvc webapp 2.5.
My question is, has anybody here have used this library and what are your experiences?
Is there any better alternative than this?
I'm confused somewhat by the MVC implementation as used in Objective C programming.
What is described as 'Controller' in Objective C tutorials and documentation, I understand as simply a view or mediator.
Which is correct?
Hi,
May I know what port is used by Java Web Start? If I want to connect a Java Web Start client to a Java Web Start server, what port I need to open at the server side so that the client can connect to it?
I want to set up a firewall in the server machine but I don't know which port I should open.
Thanks.
In .NET there are 8 bytes of overheard for each object. 4 bytes are a pointer to the object's type. What are the other 4 bytes, known as the object header, used for?
Sometimes i would like to know how a cool software is made or the brilliant architecture behind an hot web service; but the software is not open-source and the web service have no public documentation.
Do you have any techniques to discover some hints on how a software is made?
Is it possible to do it?
Do you know some site that publish architectures\technologies used by softwares\web service?