Is it possible to upload single files to the Appengine installation instead of the full project every time. This question is related to the Java version of Appengine.
I'm developing a small project, that is an C# web service, i did that but now i want to run the web service using the protocol HTTPS, for that i have installed web authentication certificate in my system and my IIS 5.1 server is running under HTTPS protocol(i have configured in that directory security)
But now i want to invoke the web service using the HTTPS protocol, somebody told that, i need to modify the WSDL file for that web service but i don't know how to do it...
now my service url is like this....
http://localhost:2335/SWebService.asmx
here i would like to use https instead of http
I have a VC++ dll, which I want to register on my 32-bit Windows 7 machine using regsvr32.exe, however I have some problems with this.
When I register my DLL with regsvr32.exe, it shows registration successful, but when I check the entries in regedit, there is no entry in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID.
There is only one entry in Computer\HKEY_LOCAL_MACHINE\TypeLib with the guid mentioned in the project.
Can anyone help me on this?
I am using c#.net and we are using nhibernate.
It was fine until i was connecting to a single database. Now in the same project i am suppose to use multiple database, how can this be achived.
Configuration of the nhibernate is lies in web/app.config file.
How to specify multiple connection string over there and how to create multiple session factories.
I am starting a new distributed project where some of the developers will not be in the same country... What should I use: Git or SVN?
Why?
PS. It is a smart client application running on windows and will be developed using Visual Studio
[UPDATE] And does it work on MacOS (Not required but interesting to know)?
I am implementing connection pooling in project.
Performance wise which is better approach to do it?
Hibernate (using C3PO or DBCP)
Configuring JDBC data-source in Application server.
Application server Portability is not an important factor for me.
Please suggest the approach.
I have a project A which has a dependency X. Dependency X has an optional dependency Y which doens't get included in A by default. Is there a way to include Y in my POM without explicitly including it? In Ivy they have a way to essentailly say include all optional dependencies of X, does Maven have a way to do this?
Hi. I am working on a android project and I need to connect the gPhone with the PC using UDP socket. The same operation, sending a message to from gPhone to the PC, returns different results in different time: Sometimes succeeded and sometimes throws a SocketExcepton(The system call was cancelled). Can anyone tell me what possibly results in this SocketException?
Thanks in advance!
In the latest Hadoop Studio the 0.18 API of Hadoop is called "Stable" and the 0.20 API of Hadoop is called "Unstable".
Now given the fact that we'll start coding a new Hadoop project in the next few weeks; which API should we use and which Hadoop distribution (Apache, Cloudera, Yahoo, ...) should we use?
Thanks for your insights.
Hi all,
the question is basically in the title. Also if anyone has started some kind of implementation but never finished it and is willing to share it, I'm interested! :)
Or if it is being used internally in an open-source project...
greetings,
Tim
Hi, I'm using sebastiaan holtrop's cover flow component in Flex.
I would like to be able to add the sources to the images using xml.
I would also like each image to have its own URL assosiated with it, so when I click it (if it's in the front of the coverflow), I go to that URL.
I'm a bit clueless as to how to get that done (this is the first time I use Flex and the project docs think I'm a higher level Flex programmer...).
Thanks,
Niv
I'm currently working on a largish Ruby on Rails project. It's old enough and big enough that it's not clear if all views are actually in use.
Is there any script/plugin out there that can generate a list of unused view files?
What is the difference??? I use Eclipse and there are several project types including Static Libraries and Shared Libraries? Does one have an advantage over the other?
I am interesting and building a new style IDE for a side project. Mainly to do away with the normal notepad on steroids IDE. I am looking for some inspiration for things that have been tried or that you have seen (or not) that looked cool and would be useful to have in an IDE. Things that I can up with are:
http://digitaltools.node3000.com/blog/1052-field-experimental-programming-suite
http://www.cs.brown.edu/people/acb/codebubbles_site.htm
Invoke does not exist in the current context. The same method was not giving any error in Form.cs class but when I used in other class in same project it gives error. i am using threading on forms control.
private void UpdateText(object fileName)
{
if (Textbox.InvokeRequired)
{
UpdateTextCallback back = new UpdateTextCallback(UpdateText);
this.Invoke(back, new object[] { fileName });
}
}
Hi,
I am looking for a good, standard way to generate "output" in my RCP programm and print it. This should work as it works on Windows, Mac OS and Linux with the standard print dialog.
I am aware of the Birt project, but I could not find any hints about how to implement it within a RCP programm and how to invoke the standard print dialog and how to pass the Birt generated report to the printer.
Happy for all hints.
For example, I would prefer to write my commit messages in vim, but it is opening emacs.
How do I configure git to always use vim instead? Note that I want to do this globally, not just for a single project.
I was today trying to figure out on working with WebService and found many articles really gospel over the Web Service and its effectiveness in the Market share.
My Questions are:
For a Complex project of critical data, is it better to opt for WebService?
What Makes WebService different from other way of fetching the data?
Hi,
Im using maven to build a multi module project. But some projects are in a different svn server. I know it is not a good practice, but that choice was made following some considerations.
Anyway, everything works fine, but I'm not able to find a way to download projects from an alternate repository location.
Is this possible?
Thanks!
Does Visual Studio / Resharper support this? By refactor copy I mean to be able to enter new class name in some dialog, and to have the tool do all the refactoring (renaming) for you. No Copy of ... file names, and no error upon having two classes with same name in the project.
Netbeans does this out-of-the-box :(
Hi, all.
What I was taught at school is all about programming languages, software design, but hardly anything about how to automatically build a software, probably with unit testing integrated.
Please tell me how do one start learning to set up a build process for his project.
Hey there! I'm using Plone 3.1.7 in a project that needs performance tweaks. One of the tweaks requests that CSS should be at the top of page and the JS should be at the bottom. However both are located at
<div tal:replace="structure provider:plone.htmlhead" />
In main_template. How do I split these ones?
Thanks in advance
I am working on a Silverlight project that uses Django on the server using piston for the REST API. I understand that Silverlight doesn't support the PUT and DELETE http verbs. Is there another way i can pass these kinds of commands to piston?
in my project i have existing csv file and all they have up to 20 lak records.
and they all i store in my sql database.
so plz help me how can i do this.
i use sql bulk insert query but they didn't run in asp.net