Hi,
In Domain Logic and SQL, Martin Fowler talks about 3 styles of interfacing with a database:
Transaction Script
Domain Model, and
Logic in SQL
What I'd like to know is:
When employing Hibernate for persistence, which of the above 3 styles is typically used and/or encouraged?
Is there any 4th style when using Hibernate?
(In co...
Hi there,
We're doing some development for a company who is looking to use the Enterprise subscription to 'test' the app on a selected group of its users, privately.
Number of users - circa 500
These 500 will be tightly controlled in 10 'centres' or classes.
they have a DUNS no, and this app will not be sold. (unlike the previous post ...
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) => size of the data flowing from client to server is a few hundred bytes and rarely touches a kB.
Server:
1 web application (front-end to ...
How could I get System.Data.EntityClient in Enterprise Library Configuration dropdown list for DataAccess? I want create connectionstring like below
connectionString="metadata=res://*/MyNet.csdl|res://*/MyNet.ssdl|res://*/
MyNet.msl;provider=System.Data.SqlClient;provider connection string="
Data Source=localhost;Initial Catalog=M...
I am looking to understand how enterprise search solutions tackle the issue of user-permissions.
My question is on displaying the search results for users. The naive approach would display the search results to the user, and then if the user clicks a document he is not authorized to see, he will fail to open it. However, it is even forb...
From my experience, I always find Java developers full-time working for middle/big-size companies. Is it possible for Java developer to find ones path beyond the enterprise?
...
Hi all,
I've just set up our iPhone / iPad Universal app to support Enterprise Distribution. I've hosted the provisioning profile, the plist file, and the application itself (the IPA file) on our private servers.
Users can go to Safari on their device and download the provisioning profile and it installs itself just fine. They can also...
I'm looking forward to start developing a new server side enterprise communication framework in Java and I'm wondering if anyone knows a good book on the subject?
Some best practices and advice would be welcome.
Thanks.
...
I have beed assigned to go through a reporting application(Dev in ASP.NET) that follows MVP Pattern and i see that the below line of syntax is used very often.
[Microsoft.Practices.ObjectBuilder.CreateNew]
can anyone let me know wat exact work this line does.
Thanks much, Faraaz.
...
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 these three programs?
...
I have multiple business objects in my application (C#, Winforms, WinXP). When the user executes some action on the UI, each of these objects are modified and updated by different parts of the application. After each modification, I need to first check what has changed and then log these changes made to the object. The purpose of logging...
Hi everyone,
Let's admit that I deployed an app on 100 iPhones, using the apple "in-house" deployment of the enterprise program. All of them will be connected to the internet. What will happen at the expiration of the distribution certificate ? All my employee will need to download the app again, signed with the new certificate ?
Or ren...
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 an IPA, or included in the project directory?
I also wonder whether this technique is generally available for all deployment modes/Program...
This book should cover such topics:
recommendations for building and layering enterprise applications
methodologies
tools
libraries and frameworks (I would prefer open source ones)
best practise’s
patterns
code examples
...
Hi guys,
What is the best way to say an application is Enterprise? Is it because of being able to integrated with other applications, being able to use other "Enterprise" applications or ?
Thanks
...
Hi
I want to design and develop a big enterprise application using just
GWT in client side.
I want to break this enterprise application into parts and I call each
of them a module (or bundle or portlet or whatever!).
These modules might have relation with each other and might call some services that
exists in other modules (in both c...
I recently discovered a new PHP CRM/ERP solution: http://www.ws3.es/portal/es/saltos.htm
We are looking for a open source intranet solution, mainly to manage projects, client accounts, corporative email, etc. We've been testing it and it looks good, but my question is if someone else has given it a try?
...
Hi there,
I was using Entity Framework and connectionstring becomes a big hassle. In unit test, i have to add the connectionstring, ddl put the connectionstring, etc, any place where i reference the biz library, i had to add the connectionstring. I thought it might be time to begin use Enterprise library's shared configuration section, ...
So we want to develop a service app (web Service with post/get API). What is language to go for secure, fast, enterprise app for about 2000 employers to use with about 20~40 services for interacting with DB server (which in my case will be Oracle) Dev time a year Dev team of 3. All capable of righting C++ code as well as Java (so they w...