enterprise

Is Enterprise Library 4.1 supported for Windows 7?

I was trying to run an application locally with Enterprise Library 4.1 and do logging to the event viewer. I didn't see Windows 7 under the supported operating systems. Does anyone know of a workaround or if this will not work at all? Also does anyone know if any other logging such as email or DB through Enterprise Library is available o...

Obscure your Ruby code?

I am in the middle of developing an enterprise application using RoR (first time for us to build an enterprise app on RoR instead of Java), and while we do not have that much problem of obscuring the source code, I was still wondering if this was possible. Whether we could somehow just have a simple EXE or something else, such that our c...

Ubuntu Enterprise Cloud. VM is pending and then terminating. Why?

I'm trying to setup a private cloud. I followed the tutorial from: https://help.ubuntu.com/community/UEC/CDInstall But I'm not able to run a new image. Every time I try to start an image, the VM goes into the pending state and after a while it moves into shutting down mode and finally it terminates. This behaviour is reported in the o...

Regarding Catching FaultException<T> ex

Hi I am using Enterprise application block on my application' server side to handle exceptions. I am able to successfully handle exception. I have created a custom service fault class to handle exceptions. Here are my web config enteries... <exceptionPolicies> <add name="WCF Exception Shielding"> <exceptionTypes> <add ...

How to pass dirty values only from client side data transfer object to server side domain model

Application Type: 3-Tier web application with RDBMS at backend Development Platform Client : Silverlight 3/ WPF Services: WCF web services with Basic Http binding Problem Definition: Trying to develop a application that has a client side business handling and data intensive objects being passed to client. Once the objects are viewed a...

A business Case for Enterprise Python

Hi all, 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. Which are the ideal cases where you would prefer to use Python instead of Java? How would a typical Python web application (dat...

Problems with Web Service Data Source in Crystal Reports 2008

I'm trying to hook up my SOAP webservice to be used as a crystal reports data service and I'm running into some problems. I follow the wizard and after I enter my WSDL URL and my credentials, I go on to the final page. On this page, the drop down boxes are empty. I manually enter the service name, port and method, and then hit finish ...

How to create Android Applications only for the Enterprise

Hi, 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 you can do this? Thanks! Joe ...

Criteria for selecting a library for Enterprise usage

What are your criteria for selection a (open source) library (or framework) for enterprise usage? Some libraries are pretty small and can be easily checked for security flaws or tested for performance. But most libraries are too big to be reviewed before you can start to use them. When I think of me selecting a library, most if the sel...

WIKI replacement solution for SharePoint?

I'm trying to research a replacement for the pathetic WIKI that comes with WSS (only wiki code it has is to create url links). I have looked at a few but most 'replacements' I see are MOSS only? (or so it just states MOSS for requirements). Has anyone faced this situation? What did you end up using? I would like something that I can h...

What are most common programming scenarios encountered during programming Web Applications ?

What are most commonly faced programming scenarios while developing Web/Enterprise Applications ? Note: Include common programming scenarios which would occur more frequently across all layers of Web/Enterprise Applications : Frontend/Middle/Backend. ...

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 to solve ? ...

ASP.NET MVC + S#arp Architectur + Spark View Engine - Can't use ActionLinkForAreas

I decided to use ASP.NET MVC, S#arp Architectur and the Spark View Engine for my new project. First i created a new project with the help of S#arp. I tried to update the view of the S#arp Architectur to .spark files. That works fine except for one exception left. The ActionLinkForAreas Method used in the Application.spark is not found...

Maven usage for a SmartClient project

What's the best way to setup Maven for a project that has a SmartClient architecture? Consider the following packages: myproject.core myproject.server myproject.client Of course there are several sub-packages in each. Client and Server both use core. I see two main options: Make an uber-POM in myproject to cover all three and ha...

User Guideline or Example of Ribbon UI for Enterprise products

We are planning to implement Ribbon UI for our products. I am evaluating the use of Ribbon UI for our Network Manager Products. The result of this evaluation would decide Go or NO Go for Ribbon UI. Presently, Ribbon UI design guidelines do not talk Ribbon UI implementation for Enterprise Products. I am looking for is how suitable is Ri...

Does Spring Webflow 2.x still support gradual conversion from Struts 1.x?

I've been trying for a long time to move this large project I'm working on away from the now quite dated struts 1.x framework and on to something newer. The main blocker has been that we aren't given enough time for a complete re-write. I came across this article: http://www.devx.com/webdev/Article/28041/0/page/3 Which seems to sugges...

Can I use private APIs for an iPhone Enterprise application?

I'm looking into developing an enterprise iPhone app. As it will be proprietary and will not be submitted to the App store, am I free to use private APIs? ...

Using webservices to connect front-end and back-end, a good idea?

This project runs the front-end web server on one JVM and the back-end on another. In order for the web to call any biz-logic methods in the back-end, it has to make that call over web services (JAX-WS). I can understand that for parts of the application that will need to integrate with other systems, distributing a service through the ...

Enterprise Collaboration Software - Opinions & Reviews

Is there anyone out there working for an organization that uses an enterprise collaboration software? What is your opinion about it? How does it perform in the following areas: Integration with a Document Management System(s) Ability to have many different kinds of sources for feeds (for example code checkins notifications, sharepoint ...

Recommended framework for an enterprise software?

We are studying the best way to create a new enterprise software. The software will be similar to SAP in term of application style (a database, a lot of input forms, grid reports, internal calculation engine, ...). What is for you the best framework/technology to build it? We are evaluating many technologies like: ASP.NET MVC + Entit...