I have an application I am building using the Play Framework. I would like this application to authenticate users using Open ID and Active Directory. Is this possible? Please excuse my ignorance as I am not a J2EE expert but come from a deep knowledge of the .Net framework and some experience writing Java applications. Any guidance would be much appreciated. Thanks in advance.
Hiiii..i created a wcf service and a client web application. Now my boss asks me to create a installer for wcf service and client application so he could run all these applications on his machine. Can anyone please help me..How to do this??
Thanx in advance..
Hi,
C# is much more popular than Java in recent years. As a general-purpose programming language, many people feel that C# is better designed than Java.
Why until now there is no open source framework for C# application development? Why no one take the initiative to develop a open source framework for C# which is comparable to Java?
(Many people say Mono is not a mature framework and should not be used in serious application development.)
Calvin
I want to scrape text data from a windows application to do additional processing using existing ruby code. Would it be possible to scrape the data as it is updated in the windows application using Ruby and where do I start?
I noticed that there are at least two kinds of crashes in Windows Mobile
Silent Crash
The application crash but there is no "send report" dialog prompted by the OS
Crash with "send report"
The application crash and there is a "send report" dialog prompted by the OS
When does each of them happen and perhaps what are some common scenarios/reasons they happen?
Here is my FQL code in ASP.Net Facebook application in FBML.
string s = Master.Api.Fql.Query("SELECT name, pic FROM user WHERE uid=" + Master.Api.Users.GetLoggedInUser());
Response.Write("s="+s);
While running the page the following error throws out,
Errors while loading page from application
Runtime errors:
FBML Error (line 2): unknown tag "fql_query_response"
I have tried other FQL also but none of the code works. Please help me out of this problem.
One of the thing that current Windows application does is that it writes out information to a hardware device via a UDP message. We are considering porting the application to web-based.
I checked Silverlight, and that doesn't allow UDP. We don't want to use ActiveX or Java Applets.
What are the other options?
Thanks.
Update - does anyone know if I can use Flash to do this?
Hi,
I am creating server-client application for iPhone. I want to communicate between two application in same network.
For this functionality i am planning to use sockets. How much efficient BSD sockets to use with iphone??
Is there any option available to implement same functionality?
Thanks,
Jim.
I want to send an email from within my iPhone application, primarily because i don't want to quit my application. Is there ANY way to do that?
Solution:
1) I found this open source API which does that:
http://code.google.com/p/skpsmtpmessage/
Anyone can write their own smtp client for this purpose. (If you can invest that much time - that is)
2) Use a web service to send the message details and handle message sending functionality at server end.
Thanks.
Hi all ,
I prepared a report on ireport Designer , how i can call this report in my swing based java application, and display underneath panel in my swing based java application?
Can anyone help me?
Thanks...
We want to show only the base url (www.myapplication.com) of the web application even if the use browse to any other webpage in the application. Please guide.
Thanks in advance.
Hey,
I was looking at the Google Map API for the first time and I had a quick question. I am woking on an Android application and I was wondering if there is a good way to take a route that I have created using Google Maps (snapping to roads) and use the API display this route on an Android application?
I see that there is a way to generate images overlayed with polylines created with coordinates but it seems like it would be tought to create a polyline for something like a curved road.
Thanks,
Rob
Hello,
Is there a way to make a "makeKeyAndOrderToFront" without beeing in the Application?
If I am in Safari and in the Menu Bar there is a MenuItem to my App, after I press this, i want to show a window of my App in the Front (makeKeyAndOrderToFront makes this just if you are in the Application).
Which way can I use? And how can I animate this Window (like Tweeties Add new Tweet - atebits.com).
Thank you!
I am using Ruby on Rails 3 and I would like to set some global variable to use those everywhere in my application. In particular, the domain name.
If, for example, my website URL is
http://subname.domain.com
I would like to set or retrieve the subname.domain.com value in order to use that in my application like this
request_uri = "http://#{sub_domain_name}"
Where and how I have to state\initialize the sub_domain_name variable or other variables at all?
Sometime i will encounter this error after multiple access of my web application
I am using Sun Application Server Platform Edition 8.2
What is the reason for encountering this error and how to resolve it.
Hello all,
I know that the reminder application should display a badge or sound or kind of alert to the user .
The only doubt I want to clear from you guys is , should I display the badge in some manual coding fashion (like [[uiapplication sharedApplication] setBadgeNumber:2])or I have to use Apple push notification service and push the notification from a provider server ???????
I just want to know to implement the reminder application in correct way . Also any links to tutorials or examples would be appreciable .
Thanks ,
Hi all!
I have application written in C#. Memory usage shows that there is a memory leak. However, dotTrace shows that managed memory is OK, so I think that leak occurs in native memory (yes, there are some native calls in my application). How can I find the problem?
Thanks!
Hi,
While I am playing with Rubycocoa, I created a small application that works like a charm. However, the only thing missing is like a Terminal inside my application. In Coda, there is a similar kind of view that allows you to open up a terminal session. How would I create a Terminal view like this inside Interface Builder and XCode?
Thank you for your answers, comments and feedback!
I created a View based application in which i want to navigate from one view to another on a button click but i cannot find the right method??
is it only possible in navigation based application??
i tried addsubview method but still not working??
what is the right method to accomplish this??
How to start an external application from a Google Chrome Extension?
So basically I have an executable file which does the job when you launch it. I need to be able to start it without a window (it is a console application) and pass the current URL to it in an argument,
I have an application that is centered around a database (ORM is LINQ-SQL) that has a table called Assignment. I am using the repository pattern to manipulate the database. My application is basically going to perform CRUD operations. I am new to delegates and events and I am asking you what events I should create (like maybe AssignmentCreating, AssignmentCreated) and what kind of delegate to use (like maybe a custom delegate or just an EventHandler)?
As stated in the title my web application builds successfully, although every time I run it in debug mode I get the following .Net error:
If I hit refresh then the application gets no more errors until I next start it up again, any ideas?
I'm running in to an error when I try to run my server application from Eclipse. The error is java.net.BindException: Permission denied. I think this is because I am using port 443 to set up an SSL connection. I can get around this problem if I run my code on the command line using javac and sudo. Is there a way to set up Eclipse so that when I hit the run button, my application is executed with sudo?