Questions tagged [business-application]

Software critical to the running of a business.

Business applications are core applications critical to the running of a business. Business applications can range from large line-of-business systems to specialized tools. Consider all the applications that run on either client computers or servers, including commercial off-the-shelf products, customized third-party systems, and internally developed systems.

Business applications tend to have the following key features in common:

  • The ability to access and maintain data in a central data store
  • A Client/server architecture
  • A workflow providing a structured means of entering/modifying data
  • A user interface providing an efficient means of entering/modifying data
  • Business rules
  • Data validation rules
  • The ability to obtain information from the system (via reports)
  • Authentication and authorization of users

more on wikipedia

16 questions
37
votes
4 answers

WPF vs XBAP vs Silverlight... which suits business applications?

I'm pretty familiar with a lot of the ins and outs of full fledged WPF client applications. I know that WPF client applications supports the full .NET Framework 3.5, allows for hardware acceleration of 2D and 3D graphics, theming, templating,…
Mark Carpenter
  • 17,445
  • 22
  • 96
  • 149
12
votes
5 answers

Real-world Complex Rails applications?

For my self-education purposes, I would like to investigate the code of a complex Ruby On Rails (preferably 3) business application(s) so that I can get the feel of how to do things in the real world with Rails. There are tons of "another blog" or…
Dmytrii Nagirniak
  • 23,696
  • 13
  • 75
  • 130
4
votes
2 answers

What is the best architecture for a business application using WPF & EF?

I'm confused about the architectures which we can use to develop a business application with WPF 4.0 and EF 4.0 technologies. My first choice was a traditional N-tier architecture contains: UI, Business Logic Layer & Data Access Layer with a…
Amir Karimi
  • 5,401
  • 4
  • 32
  • 51
4
votes
3 answers

How to let the user choose between typing price inclusive VAT or exclusive VAT in TextField?

I am implementing an back-office application where the user type in prices for products. Sometimes it is preferred to type the price inclusive value-added-tax, VAT and sometimes exclusive VAT. How do I best let the user choose between the inclusive…
Jonas
  • 121,568
  • 97
  • 310
  • 388
3
votes
1 answer

Error thrown when trying to run Silverlight Business Application

I am at my wits' end about this error. I cannot for the life of me figure out what the problem is. Even when I have stripped down all the changes I've made so it's back to the basic App that's provided on creation it still has the same error. There…
2
votes
1 answer

Make my Django app into a rentable service for companies

I have a webapp running with Django. I would like to make an Enterprise Edition of this website. In exchange for a yearly fee, I would like to allow companies to host the webapp on their own server and benefit from unique features The problem is…
Ryan Pergent
  • 4,432
  • 3
  • 36
  • 78
1
vote
1 answer

What is the limit of sortable fields in the iForels Database?

iForels should support multiple fields for sorting. Hovewer, when I try to sort my iForels Database by 3 columns it always delete previouse features from sort config. Here is my request body:…
Julia
  • 13
  • 2
1
vote
2 answers

django or asp.net for business app

I have had experience in asp.net(vb.net) and I'm am looking to create business web app which includes things like reporting, listing of invoice records from DB, creating new invoices, inventory stock, etc. I hear great things about django but I…
zentenk
  • 2,725
  • 6
  • 25
  • 31
1
vote
1 answer

Silveright Business App Samples. Need some good references

I am working on a SL4 RIA Business application and would like to get all the reference code out on the web I can find.. from a book is fine too.. Anyone know a few good ones? I will search the web but wanted to ask here as well incase I miss…
punkouter
  • 5,170
  • 15
  • 71
  • 116
1
vote
1 answer

Accessing parent control from a Silverlight View

I have a scrollbar on my parent UserControl in a Silverlight 4 Business application that I would like to access from a View; I want to simply tell it to scroll to the top. I have tried casting the Parent as the type of the "MainPage", but this does…
Keith Adler
  • 20,880
  • 28
  • 119
  • 189
1
vote
1 answer

Developing a ws-bpel process using wso2 developer studio

I am developing a ws-bpel process using wso2 developer studio and I am following this Tutorial. But when I want to deploy the Bpel process on the BusinessProcessServer, I am not able to test it. I get an empty interface. I must have the request…
1
vote
3 answers

Silverlight 4 business application themes

We are starting a new SilverLight 4 Business Application project and are looking for theme. All we can find on the web are Navigation Application themes, which when applied to business application project, don't work. Most even have compilation…
1
vote
2 answers

What DB required to make the Silverlight Business Application template work?

I've been trying to run the Silverlight Business Application template but it fails when I try to register. I have SQL Express with an MSSQLSERVER instance and I've defined the standard aspnetdb created. The error is: Submit operation failed. …
0
votes
3 answers

MVVMLight Business Application?

I would like to create a new Silverlight Business Application, that is using the MVVM Light. Which way to go: Create the business app with Visual Studio, and manually add all the references and files I need for MVVM, or the other way: create project…
Ron
  • 1
0
votes
1 answer

Resource File Links

When you create a Silverlight Business Application you get a Silverlight application and a Web application. In the Web/Resources folder of the Silverlight app there are links to the files in the Resources folder of the Web app. These links are…
1
2