Tagged Questions
The enterprise-development tag has no wiki summary.
26
votes
6answers
1k views
Is it feasible to introduce Test Driven Development (TDD) in a mature project?
Say we have realized a value of TDD too late. Project is already matured, good deal of customers started using it.
Say automated testing used are mostly functional/system testing and there is a good ...
20
votes
12answers
11k views
What programming language(s) is algorithmic trading software written in?
Anyone know what programming language(s) is algorithmic trading software mostly written in?
Also known as automated trading, algo trading, black-box trading or robo trading.
If I wanted to write the ...
14
votes
3answers
575 views
Has anyone used Google Gears in an Enterprise scenario?
I want to create an application which will have a client and server components. The client may not be connected to the internet all the time, and hence will have to store data locally and then sync ...
13
votes
10answers
1k views
What is development in the “Enterprise” like?
I am a CS student that knows his way around ASP.NET, MVC, Ruby On Rails, MS SQL, C#, Java and so on. I have also immersed myself in the ALT.NET community. Avid reader of Jeff and Joel, CodeBetter.com, ...
12
votes
6answers
736 views
Can someone explain an Enterprise Service Bus to me in non-buzzspeak?
Some of our partners are telling us that our software needs to interact with an Enterprise Service Bus. After researching this a bit, my instinct is to say that this is just buzz speak for saying ...
12
votes
16answers
1k views
How to convince my co-workers not to use datasets for enterprise development (.NET 2.0+)
Everyone I work with is obsessed with the data-centric approach to enterprise development and hates the idea of using custom collections/objects. What is the best way to convince them otherwise?
11
votes
4answers
363 views
Has anyone found OSGi to be useful in corporate applications?
The title says it all; has anyone deployed a corporate application in OSGi and found it useful?
I can see the benefits, forced modularity, good dependency definitions etc. But these seem to be mainly ...
10
votes
5answers
2k views
Is Asp.Net MVC a suitable solution for an enterprise project?
We are preparing to develop an enterprise Human Resources Project using ASP.NET and our team is interested in using MVC instead of WebForms but we are a bit worried about this.
We are not sure that ...
9
votes
5answers
712 views
Grails: enterprise level Grails
I am trying to persuade my boss about using Grails.
I tell him it is the most productive way to implement our shopping web site.
But he has doubts about its scalability when traffic gets higher and ...
9
votes
11answers
2k views
MS Access as Enterprise Software?
Something that I often run into with my users is their desire to aquire solutions quickly means that they sometimes have said "Heck, I'll just roll up my sleeves and do it in Access - it's installed ...
8
votes
6answers
820 views
What pattern/patterns work best for developing rule/decision engine
I am working on a decision engine / rule evaluation engine. For example:
Input: Customer and all the offences done by the customer
Output: Consequences of the offences
A sample case would be:
...
7
votes
2answers
190 views
What are the major motivations to use JNDI for datasources?
I fail to understand why someone would use JNDI.
Can someone high light the major reasons to use JNDI for datasources?
7
votes
4answers
2k views
What are the advantages of F# over C# for enterprise application development? [closed]
Possible Duplicate:
What are the benefits of using C# vs F# or F# vs c#?
My team is currently using C# .NET to develop enterprise applications for our company. We have a history of Winforms ...
7
votes
3answers
2k views
What is best practice to handle all Exceptions in WPF application?
HiIs there any way to handle all Errors Exceptions and crashes in WPF application? I know about DispatcherUnhandledException, but it handles only exceptions in UI thread, isn't it? Is there a way to ...
7
votes
16answers
638 views
How to prevent code rush?
When you have an idea that is blazing through your head for a product, yet everything that is right with the world tells you to plan this application before jumping into a code rush, what methods do ...
6
votes
4answers
274 views
Can Python be good alternative for web app that would otherwise be done in JEE / J2EE?
Can Python be a good alternative to a web app that would otherwise be developed with JEE / J2EE? If so, which Python web app framework(s) may be a good choice? Please see details about the app below. ...
6
votes
14answers
635 views
How to bridge the gap between a fresh graduate and a competent programmer? [closed]
It's been one and a half years since I graduated from university with a degree in computer science and engineering. I joined a company which does maintenance of a large enterprise software system. ...
6
votes
10answers
478 views
When is Java the right choice for Web-based applications
I've been doing some research into taking my programming experience and moving into the java programming marketplace, due to a combination of personal interest and local market forces. As you can ...
5
votes
4answers
640 views
Solr vs Hibernate Search - Which to choose and When?
We are building an ecommerce application. We are using JAVA stack with Hibernate and Spring Framework. As with all ecommerce application, we need to build search capability into ours.
So, we came ...
5
votes
2answers
201 views
AIR enterprise deployment and update
What's currently best practice to prepare an AIR application for enterprise deployment and also updates?
The AIR updater framework is nice and convenient - but also requires admin rights (as far as ...
5
votes
3answers
3k views
Using iOS Developer Enterprise Program for beta testing?
We are considering using the iOS Enterprise Developer Program to better support continuous integration and wireless distribution for our in-house beta testing.
We have an app built that we put ...
5
votes
5answers
940 views
Is PHP suited for Enterprise Application development?
Is PHP suitable for Enterprise Application Development ?
5
votes
4answers
354 views
Resources for implementing ERP and other Enterprise applications?
When developing an ERP-like software or any other complex business system, what resources do you go to for best practices?
I'm a developer, not an accountant, not a purchaser, not a manager.
I do ...
4
votes
3answers
477 views
How Spring and Hibernate with JPA enabled enterprise applications can be helpful to the business?
I was asked this question in an interview. My answer was as follows.
Spring makes Java/J2EE development easier, more efficient and more productive. Hibernate helps to get rid of complex and tedious ...
4
votes
1answer
2k views
iOS Enterprise In-House Deployment need for Device IDs?
when you're Company is enrolled in the Enterprise iOS Developer Programm, and you want to deploy an App in whatever way (.ips / OTA). Do all Device IDs (10000+) have to be registered and be Part of ...
4
votes
5answers
324 views
What are the CS fundamentals behind package/dependency management?
Often I hear about situations where companies are developing extensable in house software (the dreaded enterprise 'framework') which is supposed to support multiple 'plugins' from diffirent teams. ...
4
votes
2answers
163 views
Master Data Management - Data redundance
I am currently developing a system that holds all relevant master data like for example a customer, or information about an operational system that exists within our system landscape.
The assigned ...
4
votes
4answers
2k views
MVVM with WPF using LINQtoSQL in a DAL along with a BLL
Hey guys I'm hoping someone can get my pointed in the correct direction regarding these new technologies. I'm still in college and unfortunately our school doesn't teach any proprietary ...
4
votes
4answers
483 views
Going to jump into Powerbuilder. Any advice
This might be a weird question. After all, most people want to jump OUT of PB not IN.
However, after careful analysis, I feel that Powerbuilder can get things done so much more rapidly than C# in the ...
4
votes
5answers
439 views
What makes an application or a software development process “Enterprise”?
Duplicate of:
What makes an application an “enterprise” or “enterprise-level” application?
After reading Wolfbyte's answer on Enterprise FizzBuzz I have thought about what constitutes a ...
4
votes
7answers
1k views
Best practices for setting up an “enterprise” project in Visual Studio?
I am preparing for the development of an enterprise-style application for a very small business of 6 employees (including myself -- before you question why a 6-person company would need an enterprise ...
4
votes
2answers
504 views
Do common JARs have to be repeated accross WARs in an EAR?
I have a JAR file for authorization. I need it for each of my WAR files. All the WAR files are packaged in an EAR file. Do I have to repeat this common JAR in every WAR, or is there a structure for ...
4
votes
12answers
356 views
Is it best to have a separate SQL developer? Or a jack of all trades programmer?
Currently my shop is making a switch from the usual ".NET/TSQL/XHTML+CSS" Jack of all trades developer to a more focused shop where the app dev only works on pushing the business requirements into ...
3
votes
1answer
78 views
RavenDB Setup in enterprise setup with fallback plan
I am thinking/evaluating of using RavenDB for the enterprise application our company is planning to build, My knowledge about this database system is not very wide. So I wonder if someone can help me ...
3
votes
2answers
71 views
What's the best way to distribute multiple copies of services across servers?
We have multiple services that do some heavy data processing that we'd like to put multiple copies of them across multiple servers. Basically the idea is this:
Create multiple copies of identical ...
3
votes
5answers
198 views
CF Project getting too big, what shall one do?
A simple billing system (on top of ColdBox MVC) is ballooning into a semi-enterprisey inventory + provisioning + issue-tracking + profit tracking app. They seem to be doing their own thing yet they ...
3
votes
1answer
174 views
How should I implement business logic layer in Rails? And where should I put that code?
I read "Enterprise Rails" (http://oreilly.com/catalog/9780596515201) The author suggests to have two subfolders named logical, physical under the models folder. It sounds like a good idea to organize ...
3
votes
1answer
232 views
How to organize large Rails application?
I am working on a large(ERP level) Rails project. We have 150 tables and more than 150 models. It takes minutes to find a model. Should we add all models under the models folder or should we put them ...
3
votes
1answer
317 views
General Modular design for a web application
From everyone who've designed a modular enterprise application, I am interested in knowing how do you perceive modularization and what exactly are you parameters?
Is layer-based modularization ...
3
votes
1answer
900 views
Google Search Appliances versus Microsoft Enterprise Search (FAST)
I am .NET developer and I have been working with various search providers but Google Search Appliance/Mini has been always the best fit for requirements when implementing enterprise level search. I ...
3
votes
4answers
3k views
Using the WF rules engine without workflow in production - implementation experiences
I'm designing an application for a type of case management system that has a big requirement for customizable, flexible business rules. I'm planning on using the WF Rules Engine without workflow (see: ...
3
votes
3answers
7k views
A free Step by Step guide to learning Sparx Enterprise Architect
I have just downloaded Sparx Enterprise Architect 7.5 but unfortunately I am not able to find a getting started guide or something like that.
I have gone through official site of Sparx but there is ...
3
votes
4answers
294 views
Moving from Enterprise to Game development advice
Im an enterprise developer mainly focused on Java and .NET at the moment, I have been for around 5 years now, and Ive got a good grasp on the way things work.
I'm employed by a consulting firm, and ...
3
votes
1answer
131 views
What OSS software should I use for enterprise software?
Summary: OSS Technologies that fit with MS C#, Dot Net, and VS enterprise development.
I am not trying to be subjective. I need a finite list of MS C# specific enterprise practices with matching OSS ...
3
votes
5answers
405 views
Can anyone recommend a book for building enterprise database applications in .Net?
I've just returned from a course where we covered some ways to build enterprise applications (including database applications).
In short I've realised that the way that we have been building our ...
3
votes
9answers
271 views
Do you rebuild or enhance enterprise applications?
When I walk to work (in London) I see loads of redevelopment on commercial buildings. One of the first this I notice is they knock down the old building and build from scratch. They end up building ...
3
votes
3answers
3k views
Hardware Sizing - Thumb Rules
In many Enterprise System architectures, it becomes imperative to size the hardware according to concurrency & workload requirements. Mostly product vendors will provide their own hardware sizing ...
3
votes
4answers
180 views
enterprise solution: emails
We have different desktop applications scattered through our shop to deal with different kind of emails. The volume could be about 30K emails/day. And we are thinking about having an enterprise wide ...
2
votes
2answers
105 views
Business Model + Database Mapper + Joins
I am studying business models and UML. I read that a 'Model' is a series of 'Business Objects'.
From what I have understood a model would be 'Blog' whereas the business objects could be 'Post' and ...
2
votes
2answers
84 views
Enterprise patterns in .NET
I'm studying enterprise patterns to use with .net, I read a lot of theory but I don't have sample code to study.
I would like to know if there is any open source project available there uses these ...