Questions tagged [enterprise]
Enterprise refers to software intended to facilitate the operation of one or more types of business entities, such as cooperatives, companies, universities, and government organizations.
enterprise
1,076
questions
466
votes
8
answers
331k
views
What is the difference between Tomcat, 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 ...
122
votes
16
answers
20k
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 ...
119
votes
20
answers
54k
views
Are there good reasons not to use an ORM? [closed]
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 ...
104
votes
11
answers
28k
views
Xcode "Could not launch". Only reports "Security" as error
I've edited the app name out. Other than that the dialog is exactly like this.
I'm developing an enterprise app and I've tried restarting xcode and the iPhone I'm developing on.
No change. Anyone ...
92
votes
11
answers
217k
views
"Untrusted App Developer" message when installing enterprise iOS Application
I'm developing an enterprise application. When I was testing it in iOS8 beta I saw the following alert view:
Untrusted App Developer
Do you trust the developer "iPhone Distribution: ---" to run apps ...
79
votes
4
answers
111k
views
MongoDB Opensource vs MongoDB Enterprise
Could you please give advice about choosing between Opensource and Enterprise MongoDB.
the main points now are:
memory limitation
storage limitation
failover
scalability
Is any difference between ...
66
votes
5
answers
56k
views
How to manage Enterprise Distribution certificate expiration?
Our customer has just joined the iOS Developer Enterprise Program. They have signed the app (developed by us) with their Enterprise Distribution and installed it succesfully in some devices via MDM.
...
65
votes
6
answers
24k
views
Xcode 6 Save for Enterprise Deployment does not create plist for ipa anymore?
Xcode 5 helped in creating plist descriptor for enterprise ipa.
Xcode 6 (6A313) creates ipa only.
Is this a bug or intentional change? If so - what would be the reason for taking a step back?
If I ...
64
votes
15
answers
68k
views
iOS 8 - Can't Install Enterprise App
Our company has an app that can be downloaded through a website using Enterprise Distribution.
In iOS 8 Beta 5, tapping the download link brings up the expected pop-up "(website) would like to ...
59
votes
19
answers
44k
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 ...
58
votes
2
answers
40k
views
Class vs package vs module vs component vs container vs service vs platform in Java world [closed]
I am newbie to Java world (7 years of low level plain C).
When I started reading Java related sites:
http://wiki.apidesign.org/wiki/Main_Page
http://static.springsource.org/spring/docs/3.1.x/spring-...
45
votes
7
answers
21k
views
In-House App disappears after installation
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 ...
37
votes
8
answers
44k
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 ...
36
votes
8
answers
42k
views
Good examples of GUI design for business-oriented, heavy data-entry (CRUD) applications [closed]
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 ...
36
votes
8
answers
5k
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, ... ...
36
votes
13
answers
30k
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?
35
votes
8
answers
55k
views
IOS Enterprise Distribution Through OTA
We have build an enterprise iPad App and now we want to give it to our employees. Initially when testing, we used ad-hoc distribution collecting all the test device's UDID and then creating the ...
34
votes
7
answers
18k
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, ...
33
votes
4
answers
20k
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 ...
32
votes
12
answers
50k
views
iOS Enterprise OTA distribution Unable to Download Application
I created an iOS app and want to distribute it Over-The-Air. I followed this guide:
http://help.apple.com/iosdeployment-apps/mac/1.1/?lang=en-us#app43ad77ea
The App is signed with the enterprise ...
31
votes
3
answers
47k
views
Enterprise In-House App distribution
I'm developing an iPad application for a company. Because of confidentiality reasons they do not want to publish the app to the app-store.
The fulfill the enterprise program requirements but they ...
28
votes
16
answers
8k
views
Is Drupal ready for the enterprise? [closed]
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 ...
28
votes
3
answers
31k
views
iOS Enterprise Provisioning Profile Expiration
Every iOS Enterprise Provisioning Profiles expires after 1 year, correct? After they expire and you renew them, do you need to re-install the new Provisioning Profile to all the devices, or do the ...
25
votes
1
answer
5k
views
Enterprise patterns with functional programming
Is there any good source of (centralized) information about enterprise architecture patterns (a la Fowler's), maybe with examples and use cases and a fair amount of practical information? For example, ...
25
votes
3
answers
3k
views
Grails: enterprise level Grails [closed]
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 ...
24
votes
4
answers
25k
views
How to disable fork on private repo on github
It was easy on bitbucket. if I dont want my repo to be forked. I can disable it. Only people I have invite can work on repo as long as they have permission on repo.
But where is that functionality in ...
23
votes
1
answer
2k
views
Manage iOS Enterprise Developer Program
We recently enrolled in the iOS Enterprise Developer Program to be able to use in-house distribution, which significantly simplifies the deployment of the apps inside our company which is fairly big. ...
22
votes
10
answers
16k
views
Python in the enterprise: Pros and cons [closed]
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 ...
22
votes
1
answer
22k
views
Difference between apple developer and enterprise account [closed]
I have two credential for the apple developer account.
I want to differentiation between apple developer account and enterprise account.
Is it mention anywhere in itunes account and apple devloper ...
21
votes
3
answers
7k
views
Ag-grid bundle size is too big
I am developing a web application with Angular 6. I have an Ag-grid enterprise edition. Ag-grid documentation says, that we have to import all ag-grid-angular, ag-grid-community, and ag-grid-...
21
votes
2
answers
10k
views
AngularJS and Enterprise applications [closed]
we are currently evaluating the use of AngularJS in a Enterprise Application (e-Banking) as a Single Page Application.
Many of the devs@work are already convinced that there no other way to go. It is ...
20
votes
4
answers
33k
views
Resigning an iOS provisioning profile [duplicate]
My client has an iOS app with In-app purchase, Game-kit and Push notifications enabled, it is currently on the app store. I would like to resign the application using an in-house enterprise ...
20
votes
2
answers
28k
views
anaconda python distribution completely free even for commercial use? [closed]
https://store.continuum.io/cshop/anaconda/
I see there are prices for add-ons like Numbapro. But its say it completely free at the top of the home page. I cannot find licensing information.
am i ...
20
votes
1
answer
18k
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 ...
20
votes
13
answers
25k
views
How to create a "dependency graph" for IT assets [closed]
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).
...
19
votes
2
answers
12k
views
Enterprise Distribution Provisioning Profile Expiration
Our company enterprise provisioning profile is set to expire in a month, but our distribution certificate is set to expire in a few more years. What are our options?
Do I need to regenerate a new ...
19
votes
1
answer
6k
views
Enterprise OSGi frameworks : Maturity comparison Apache Aries vs. Eclipse Gemini [closed]
Question: As of today, which of the two Enterprise OSGi frameworks is more mature: Apache Aries or Eclipse Gemini?
I have done some basic research of Aries and Gemini Enterprise OSGi capabilities.
I ...
17
votes
8
answers
30k
views
Eclipse Tomcat7 Server Doesnt support Remote Host
My Problem is: When I try to add my Tomcat7 to Eclipse EE as a server, I get an error message that says:
"The currently selected server type does not support remote hosts"
Does anyone know how to ...
17
votes
7
answers
41k
views
Activation error occured while trying to get instance of type LogWriter
I am trying to using the Logging Application block of Enterprise Library 5.0 to log simple message to the Windows event log on Win XP SP3 system using:
Logger.Write(msg);
I get the "Activation error ...
16
votes
9
answers
10k
views
xcodebuild exportArchive: no applicable devices found
After upgrading to Xcode 8 with iOS 10, I get exactly this error. I am on latest El Capitan and using the following versions of ruby (I updated via rvm, same with 2.0.0 which is system version) and ...
16
votes
5
answers
51k
views
Gradle Enterprise Gradle plugin (com.gradle.enterprise) not found error in jenkins when trying to build my project
Iam using the Gradle 6.5 version installed on my linux server.I have configured Gradle in jenkins which resides on the same server.
I have set a Freestyle project job on jenkins to build using gradle....
16
votes
2
answers
8k
views
Is Node.js ready for business critical applications?
I was just reading More proof that enterprises love Node.js and wondering:
Should enterprise consider using nodejs for business critical
applications?
It seems cloud computing companies like ...
15
votes
2
answers
13k
views
iOS Enterprise Program vs. iOS Developer Program
I am facing some issues related with iOS Developer program and iOS Enterprise Program. One of my client ask me to suggest one of them. Please answer my questions related to iOS Enterprise Program-
If ...
15
votes
6
answers
31k
views
"The Developer of this app needs to update it to work with this version of iOS" pop up coming when launching Enterprise app for iOS 15
We have an enterprise account, and till iOS 14 there were no issues, but as soon as user update their phones to iOS 15, they are getting this alert.
The Developer of this app needs to update it to ...
15
votes
9
answers
19k
views
What Design Patterns are mostly used in Web/Enterprise Applications? [closed]
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 ...
14
votes
5
answers
7k
views
How to update ios6 enterprise apps over the air
Hello we have developed our first enterprise app recently. We are using the "In-House" option to create the distribution certificate. Client is not using the app yet. But he will be using it soon. ...
13
votes
3
answers
2k
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
13
votes
7
answers
6k
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 ...
13
votes
3
answers
117k
views
Connect Android to WiFi Enterprise network EAP(PEAP)
I have been trying to connect my android device to an enterprise network programatically over the past few days without any success, I have been following multiple examples online, but most of the ...
12
votes
8
answers
21k
views
Anyone else having problems installing iPhone Enterprise apps on released IOS 5?
Anyone having problems deploying Enterprise apps on iPhone/iPads running the released version of iOS 5 using the OTA ("over the air") methodology?
During the installation process, we get the alert ...