Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
596 views

Can I extend Androids Contacts database?

I was wondering is it possible to extend the Android Contacts database? From here - http://d.android.com/reference/android/provider/ContactsContract.html It says: ContactsContract defines an ...
4
votes
1answer
133 views

Any XML/XSD Tutorials For The Novice?

Does anyone know of any tutorials about XSD/XML for the novice, that explains things simply but goes into great detail on how to do things?
4
votes
3answers
291 views

Best practices for implementing an addin/addon/plugin strategy

My application should be extensible. For my own needs I have implement some services. These services are based on the IoC/DI princple. So the services encapsulate the concept of the application. For ...
3
votes
3answers
860 views

MEF + Plug-In not updating

I asked this on the MEF Codeplex forum already, but I haven't gotten a response yet, so I figured I'd try StackOverflow. Here's the original post if anyone's interested (this is just a copy from it): ...
3
votes
2answers
755 views

Extensible domain model with NHibernate

I'm currently designing solution where the domain model & the repository can be extended by application plugins. Now, i have come across a few issues that i am listing below. My first issue is ...
2
votes
1answer
159 views

C# - Extensible method for adding variable types to a dictionary management class

I am currently working on a system for storing and retrieving data from a master dictionary class. Imagine something like this: public class Manager { Dictionary<string, Category> ...
2
votes
3answers
116 views

Java; Runtime Interpretation; Strategies To Add Plugins

I'm beginning to start on my first large project. It will be a program very similar to Rosetta Stone. It will be a program, used for learning a foreign language, written in Java using Swing. In my ...
1
vote
0answers
16 views

What is the best way to support 3rd party “widgets” that are embedded in a web application?

I'm working on a lead management web application and need some suggestions on supporting 3rd party "widget" or "plug-in" support. One example might be a widget that uses the Mail Chimp API to build ...
1
vote
1answer
118 views

Extensible OCR engine for .Net

I'm looking for free (or free to try) OCR engine for .net which is extensible (I want to add not supported language(s)). I know some OCR engines, but I need a suggestion. Which is better and ...
1
vote
1answer
28 views

Learning - Extensibility: Dynamic loading, and any other no-recompile software updates

I'm planning on writing a program but I am stuck in a conundrum. I don't want to start writing something and then have to rewrite it all when I find out that my program is not extensible. The other ...
1
vote
1answer
202 views

content management system [closed]

I am building a website for a client who needs a content management system to go with it. The client requires features such as content staging, approving process before publishing a page, provision ...
0
votes
2answers
154 views

how to make C++ program reads the algorithm from external file?

I know it's a weird question but I want to design a program that will run scenario, this scenario has some functions like searching, deleting .... these function how they are defined will be up to ...
0
votes
1answer
36 views

Creating a unique, auto assigned variable with Microsofts Extensible Storage Engine

I'm using Extensible Storage Engine and want a unique column (32bits wide). I need the values in this column to be auto assigned by the database I'm hoping to find something like JET_bitIndexUnique ...
0
votes
3answers
82 views

What are the extensible languages people are using today?

Wikipedia says: Extensible programming is a term used in computer science to describe a style of computer programming that focuses on mechanisms to extend the programming language, compiler and ...
0
votes
4answers
324 views

Extensible GUI framework for Java

I'm a fan of swing and find it has done everything I need except for extensible GUIs. I can make small parts extensible programmatically, but if I want to plug in an optional feature it can be quite ...
0
votes
1answer
130 views

how to design extensible and secure data structure in my scenario?

I am developing a web site and I need to build a data structure to store user profile information. Just like what we filled about our gender/age/education/etc. information for Facebook, etc. The ...
-2
votes
2answers
99 views

How To Enable Event Window In Extensible Calendar

xtype: 'extensible.calendarpanel', eventStore: store, //readOnly: true, border: false, //title: 'Scheduler', showDayView: false, showNavToday: false, showMultiDayView: ...