oss

OSS BSS Database separation

Service provider frameworks generally there have two systems viz. OSS(Operational Support System) and BSS (Business Support System). Theses systems are separated by deployment constraint, in most of the cases one has one bss deployed per 'n' number of oss sites. While designing any such framework is it advisable to have database separat...

Suggestion for a small OSS .NET project for study

If one wants to learn better programming practices by studying a small .NET OSS project, what would that project be? ...

Right way to include heavily-customized java oss in personal java oss project?

I'm wondering what is the culturally-acceptable way to handle this code situation. I have a personal project that is MIT licensed. I've run into a situation where I need a certain functionality that another MIT licensed project contains the framework for. I have had to modify the original code substantially, tripling the LOC. These are m...

Help me understand making maven project w/ non-maven jar dependencies usable by others

Hi, I'm in the process of learning maven (and java packaging & distribution) with a new oss project I'm making as practice. Here's my situation, all java of course: My main project is ProjectA, maven-based in a github repository. I have also created one utility project, maven-based, in github: ProjectB. ProjectA depends on a project I...

Makefile conditional include

I'm trying to write an application that needs either ALSA or OSS headers. Basically, I want to pass a define to the compiler if /etc/oss.conf does not exist, since that probably means the soundcard.h header doesn't exist (feel free to correct me on that one, I'm still new to working with OSS). Per the OSS documentation, you would use the...