Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

74
votes
12answers
5k views

Git-Based Source Control in the Enterprise: Suggested Tools and Practices?

I use git for personal projects and think it's great. It's fast, flexible, powerful, and works great for remote development. But now it's mandated at work and, frankly, we're having problems. Out of ...
50
votes
18answers
6k views

Are there good reasons not to use an ORM?

During my apprenticeship, I have used NHibernate for some smaller projects which I mostly coded and designed on my own. Now, before starting some bigger project, the discussion arose how to design ...
47
votes
20answers
7k views

Is Ruby On Rails ready for the Enterprise?

Is anyone out there using RoR for large scale, business critical enterprise applications? Are there any other lightweight web-frameworks based on dynamic languages that people are using for these ...
38
votes
19answers
4k views

What makes an application an “enterprise” or “enterprise-level” application?

Is it just a buzzword that means nothing or is there a definition of what makes an application (desktop or web) an enterprise application?
35
votes
18answers
17k views

Standard way to detect mobile browsers in a web application based on the http request

We are beginning to go down the path of mobile browser support for an enterprise e-commerce webapp (Java/Servlet based). Of course there are many decisions to be made, but it seems to me the ...
27
votes
8answers
2k views

Should I use Mono on a real project?

Has anyone used Mono, the open source .NET implementation on a large or medium sized project? I'm wondering if it's ready for real world, production environments. Is it stable, fast, compatible, ... ...
22
votes
15answers
5k views

Is Drupal ready for the enterprise?

Is anyone out there using Drupal for large scale, business critical enterprise applications? Does Drupal's lack of database transaction support dissuade potential users? Are there any other ...
17
votes
3answers
6k views

What is difference between Tomcat and JBoss and Glassfish?

I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. Netbeans ships with Glassfish. I have used Tomcat in the past. What are the differences between ...
16
votes
21answers
4k views

Is the LAMP stack appropriate for Enterprise use?

Is the LAMP (Linux, Apache, MySQL, PHP / Ruby / Python) stack appropriate for Enterprise use? To be clear, by "Enterprise", I mean a large or very large company, where security, robustness, ...
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
8answers
7k views

Good examples of GUI design for business-oriented, heavy data-entry (CRUD) applications

Where can I find examples of very well produced enterprise-y software that have: Good, consistent use of keyboard shortcuts. Good keyboard form navigation Standarized form validation Standarized use ...
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, ...
13
votes
11answers
7k views

How does your company do “Enterprise” Password Management?

We've talked about personal password management here but how do you guys manage your passwords at a company wide level?
10
votes
7answers
653 views

What Design Patterns are mostly used in Web/Enterprise Applications?

What are some of the most common Design Patterns that are used in Web/Enterprise Application and why they are used ? Note: Answer to why part should be based upon listing the problems which they tend ...
10
votes
17answers
763 views

Reasons not to code a program?

Let's play the devil's advocate: what would be the reasons you would give management NOT to code a solution, but purchasing an expensive package?
9
votes
7answers
421 views

Which C/C++ Compilers do enterprises use on Linux?

I have been using the GCC Compiler for months, which is great, and works very well. But I wonder which C++ Compiler do big/medium enterprises use for high optimizations/performance in Linux (x86, ...
9
votes
0answers
263 views

Is the “Configuration Service for .NET Applications and WCF Services” sample production-ready? [closed]

I recently stumbled across the Configuration Service for.NET Applications and WCF Services. It is part of the "StockTrader 4.0" sample put out by Microsoft. I'm wondered if anyone has either used ...
9
votes
7answers
639 views

What is an Enterprise Java Bean really?

On the Tomcat FAQ it says: "Tomcat is not an EJB server. Tomcat is not a full J2EE server." But if I: use Spring to supply an application context annotate my entities with JPA annotations (and use ...
9
votes
5answers
716 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 ...
8
votes
4answers
2k views

In-House App Disappears After Install

I'm currently building an iPhone app for a client which will be distributed in-house. My Client has just created their Enterprises Developer account in Apple. I have created a website for the client ...
8
votes
6answers
2k views

Anyone using Django in the “Enterprise”

I know that the word “enterprise” gives some people the creeps, but I am curious to know if anyone has experience creating enterprise applications, similar to something like say… Java EE applications, ...
8
votes
5answers
534 views

A business Case for Enterprise Python

This will not be a "programming" question but more technology / platform related question. I'm trying to figure out whether Python can be a suitable Java alternative for enterprise / web applications. ...
8
votes
2answers
918 views

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...
8
votes
10answers
4k views

Python in the enterprise: Pros and cons

I have been exploring and developing an application in Python for mission critical work in the commercial banking arena. Banks are way conservative in selecting new applications. I need real proof ...
7
votes
1answer
286 views

How can I delete my iOS enterprise app on a certain user's iPhone

I'm developing a iOS based enterprise app. The client is going to install the app on their employees' personal iPhones. So while an employee leaves the company, the company would have a very strong ...
7
votes
1answer
619 views

iPhone Enterpise Deployment: Mobile Device Management

I was reading up on iPhone in the enterprise and saw something about Mobile Device Management servers. As far as I can tell, there are a few 3rd party MDM vendors, but Apple says that one could ...
7
votes
3answers
883 views

When is a Business Rules Engine used

When is a Business Rules Engine used? What is the difference between Business Rules Engines and scripting/configuration/customization
7
votes
14answers
1k views

Framework/CMS suggestions for enterprise website & intranet (I've got to convince the president its solid!)

Dear stack overflow community, I've been given the task of overhauling a couple of websites for a large corporation I'm working for, as well as developing an internal intranet site for content ...
6
votes
1answer
354 views

How do we sign an iPhone application using someone else's Enterprise program?

We wrote an iPhone application that we want to sell to companies. The company is enrolled in the iOS Enterprise program. How can we sign our application with their certificate? I know we can be ...
6
votes
3answers
371 views

PHP eCommerce System

I'm looking for a eCommerce system built using PHP and MySQL. It needs to: Be modular (to enable/disabled unused stuff) Not include any CMS functionality (so I can supply it myself) Not include ...
6
votes
1answer
2k views

How Do You Embed a Provisioning Profile in an iOS App

I read in the iOS Enterprise Developer Program docs that a provisioning profile can be embedded with the application. I am wondering how this is done. Is it simply added to the Payload directory of ...
6
votes
11answers
970 views

How to create a “dependency graph” for IT assets

One of my customers is trying to create an interactive "matrix" of interdependencies for the various applications used in their company (it's a travel&leisure company with around 2500 employees). ...
6
votes
3answers
1k views

How to create Android Applications only for the Enterprise

I want to create an Android application that is not released to the Android Market for public consumption but only for private use of my company. Is this possible? If so can you post a link to where ...
6
votes
2answers
262 views

How to balance DRY principle with minimizing dependencies?

I'm having a problem with the DRY principle (Don't Repeat Yourself) and minimizing dependencies that revolves around Rete rules engines. Rules engines in large IT organizations tend to be Enterprise ...
6
votes
6answers
860 views

Tired of programming GUI/Business Applications, what to do next? [closed]

As the title suggests, I've been making little GUI widgets and business web applications recently and I'm getting pretty bored of creating them. I'm more interested in the theoretical stuff they ...
6
votes
3answers
1k views

Enterprise, Systems and Application Architecture (Best Practise?)

I am currently tasked with creating a documented, consistent Architecture guide for software development. We have a lot of smart people doing the right things, but just not consistently and ...
6
votes
4answers
830 views

WCF in the enterprise, any pointers from your experience?

Looking to hear from people who are using WCF in an enterprise environment. What were the major hurdles with the roll out? Performance issues? Any and all tips appreciated! Please provide some ...
5
votes
2answers
387 views

Can an iOS App's system settings be configured via Enterprise Distribution?

Apple's Enterprise Deployment Guide says that apps distributed internally to an organization can be accompanied by a "Configuration Profile" that changes certain system settings (like VPN or wifi ...
5
votes
3answers
2k views

MonoTouch Enterprise - Deployment

Our firm has begun building MonoTouch iPad/iPhone apps for enterprise deployment. How do I take the app and create a *.ipa file for upload to our MDM server?
5
votes
2answers
209 views

API architecture

I am in the process of designing an API. I would like to know if what I have come up with is a good solution: I have a respository type of data layer that talks to a database by converting business ...
5
votes
6answers
1k views

Method for finding memory leak in large Java heap dumps

I have to find a memory leak in a Java application. I have some experience with this but would like advice on a methodology/strategy for this. Any reference and advice is welcome. About our ...
5
votes
3answers
1k views

Java EE6 over EE5?

We are at the edge of getting Java EE6 (with Glassfish v3 as reference implementation). Planned release is December 09. While still quite a number of companies are struggling to move their codebase to ...
5
votes
5answers
943 views

Is PHP suited for Enterprise Application development?

Is PHP suitable for Enterprise Application Development ?
5
votes
2answers
4k views

iPhone Application Enterprise Distribution Process

I have a client that wises to distribute their iphone application to only their employees and not on the iTunes App Store. To me this sounds like a situation for Enterprise Distribution. Could ...
5
votes
12answers
6k views

Enterprise Search: Has anybody developed on FAST ESP? What did you think about it?

I work for a scandinavian yellow pages. The company is looking at moving its bespoke search technology over to FAST ESP. Like all big, expensive systems with relatively few installations, it is ...
5
votes
8answers
779 views

What is “Enterprise ready”? Can we test for it?

There are a couple of questions on Stackoverflow asking whether x (Ruby / Drupal) technology is 'enterprise ready'. I would like to ask how is 'enterprise ready' defined. Has anyone created their ...
5
votes
11answers
2k views

Enterprise Design Patterns for .NET

I was told that this book is a standard when it comes to enterprise design patterns (sort of like the GoF book). Is there a book that covers exactly what this book does only with .NET?
4
votes
4answers
89 views

OCaml in enterprise stack

I'm trying to figure out how OCaml is represented in enterprise technology stack. For example, Is there in Ocaml own enterprise message queue or workflow engine? So, can anybody advice me frameworks ...
4
votes
2answers
329 views

Which variant of Entity Framework to use in WCF based enterprise app

We are in a process of designing an application with approx 100 tables and complicated business logic. Windows Forms will be used on the client side and WCF services with MSSQL on the server. Custom ...
4
votes
5answers
313 views

Very simple Enterprise Application Architecture - making it scale

I'm using a very simple architecture for one of my intranet enterprise applications. Client: 1 agent running on each computer sending system config data (one time), reports (every 2 to 5 min) => ...

1 2 3 4 5 8