manager

hook up resource manager in windows form

In Visual Studio 2008, develop legacy windows form (not wpf), I wrote customized resource manager which fetched data from sql server rather than assembly. In windows form, there is property related to language setting. Once I change language, I want to form being updated automatically. Is there any elegant way to hook up my resource ...

Blackberry custom slideshow-style BitmapField manager

Right now, I'm trying to figure out how to implement the following: Suppose I have a custom Manager that has about 10 or so BitmapFields layed out in a horizontal manner (similar to a slideshow contained in a HFM ) . What I want to achieve is to be able to move the image HFM via touchEvent horizontally, where a BitmapField would take fo...

The method split(String) is undefined for the type String

I am using Pulse - the Plugin Manager for Eclipse and installed. I have the Eclipse 3.5 for mobile development(Pulsar) profile with a couple other profiles. I realized that the split() method called on a string from code such as below: String data = "one, two, three, four"; data.split(","); generates the error: "The method split(Stri...

working with generic lifetime managers in unity config section

I have the following generic lifetime manager public class RequestLifetimeManager<T> : LifetimeManager, IDisposable { public override object GetValue() { return HttpContext.Current.Items[typeof(T).AssemblyQualifiedName]; } public override void RemoveValue() { HttpContext.Current.Items.Remove(t...

Writing client file manager over COM API: need advice on what technology to use.

I am going to write a "file manager" which can be platform specific (windows) and i can choose between getting the data from COM object API or via REST API. The advise i need, is about which technology is the fastest learning and implementing for this kind of task? I hear a lot of buzzwords like GWT, Flex, Silverlight and others. Pers...

Anyone know any good backend user online file manager?

Hi I'm looking for a backend system where your clients can login and upload files to your server, download files from the server and you can delete the users, create users, etc. I do not know the proper name for this kind of software. Maybe its called online file manager? Any recommendations? My server supports PHP, apache and mysq. Th...

Searching user throug wild card in Cisco Unified Communication manager

Hi, I am trying to search users using wildcards. For example if i give sam, i should get all users preceded by sam. In Cisco Unified call manager they have suggested to Enable "Allow wildcard" checkbox. But i am not able to find this check box and not able to search using wildcards. Any suggestions from CUCM experts?? Thanks in advance...

How to implement a single instance app manager in java (CVM PhoneME)?

Hi, I'm working on a application manager for embeded platform based on the CVM PhoneME VM. The VM is started by a C++ app which configures the CVM and then triggers the VM itself. This C++ app is called form the command line passing the main class name and the classpath of a java application. There is a main java app (lets call it Manag...

Java Security Manager for JRuby

I'm allowing user supplied ruby code to run in server(java scripting), and since jruby doesn't support safe-levels as in ruby I'm thinking about using java's security manager. Is this a good decision? Has anyone else implemented this? Are there any good articles/books/resources that introduce me to security manager? ...

oracle connection manager Java Client example

Hi Experts, I am new to oracle connection manager. Can some help me with a Java Client code example to talk to a oracle database thru oracle connection manager. Thanks Sam. ...

How to avoid permission denied when deploying with tomcat manager?

I'm trying to deploy a web app located in my home directory using the tomcat manager app (through its web interface) and get the following error: java.io.FileNotFoundException: /home/rick/projects/my-web-app/build/war (Permission denied) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Fil...

AVDs that exist do not get listed in the "Target Tab"

I am using emulator Android 2.1 with Eclipse. For few days I had the emulator working ... was able to debug... I had 2 AVDs created and was using one of them. Earlier today I had to move my classes to a different package. Ever since I did that the configuration that I had has disappeared . So now I had to create configuration - I select ...

Removing minimize/maximize buttons in Tkinter

I have a python program which opens a new windows to display some 'about' information. This window has its own close button, and I have made it non-resizeable. However, the buttons to maximize and minimize it are still there, and I want them gone. I am using Tkinter, wrapping all the info to display in the Tk class. The code so far is...

Filtering in Cisco Unified Communications Manager using AXL programming

0 Hi, I want to implement a Application which gets values from CUCM resource. I am currently using the AXL snippet <firstname>FirstNameFilter</firstname><lastname>LastNameFilter</lastname> This will work as & between two filters. for example my filter is FirstNameFilter = sam* LastNameFilter = joy* this will return the entri...

What is the purpose of Managers / Transactions?

I'm building a spring application for the first time. I'm running into lots of problems with concurrency, and I suspect that there is something wrong with the way I'm managing the backend. The only difference I can see between my backend code and examples I've seen are manager classes. In my code, I have my model (managed by hibernate) ...

can any body compare Roles : Project Manager and Enterprise architect.

what is advantages and disadvantages of both ? where growth/earning/job satisfaction is high ? which is preferable for bright career ? ...

Task Manager Like App using Java Swing

I want to how know how to set about writing a monitoring app such as Windows task manager using Java Swing. The main feature I am concerned with is the grid with a graph which get drawn with time. What are the features that I need to accomplish this? (e.g.: Java2D etc). ...

Android SDK manager fails, if launched from Eclipse

Has anyone seen this problem? I'm in the middle of updating my SDK to add Android 2.2, on my Mac. You don't have to download the entire SDK -- there is a tool already on your system which can download just the extra parts of Adroid 2.2 This page explains: http://developer.android.com/sdk/adding-components.html The tool is called the ...

Why "Install New Software..." menu entry is located under Help in eclipse.

well, the title sais it all, but i was recurently wondering about that. Its just like in some older versions of windows, you had to hit the "Start" button to "Shutdown" the system ...

Prism - Do I really need to use a Prism region manager?

I am building an application based on the WPF Application Framework (WAF). I think the framework has most of what I need but if there are any opportunities for making things easier for me then I'd like to take full advantage of them. I've been looking at Prism and I think my application might benefit from using some of the library featur...