Tagged Questions

18
votes
13answers
3k views

Desktop Applications: Architectural Frameworks?

I'm wondering if there are any architectural frameworks out there to create desktop or standalone applications, in Java or C# for instance. It seems that there are tons of them available for web ...
10
votes
10answers
3k views

What is the difference between framework and architecture?

Really want to know diffenrence between framework and architecture. like dotnetnuke is the framework and mvc is the architecture. so if we take both this as a example. then can anyone tell me ...
6
votes
3answers
414 views

What are the alternatives to MVC architecture for web development?

I have searched around for alternatives just to see what is available, but I can hardly find anything. I've read in many articles that web MVC is never true MVC for some reasons too technical for me ...
6
votes
4answers
447 views

Why does stack get truncated in Exception.StackTrace?

Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let's see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...
6
votes
7answers
857 views

Frameworks vs. SDKs

What is the difference between a framework and an SDK? Take, for example, the MS platform SDK and the .NET framework. Both have API's, both hide their inner workings, and both provide functionality ...
6
votes
14answers
990 views

What do you use for web development and why you think it rocks?

Here's my new project: an open canvas, right in front of me. In a few days, I will start to code a big web application. It will start small, with few modules, only myself as developer and engineer, ...
5
votes
7answers
2k views

Would you use the S#arp Architecture in a new commercial project?

The S#arp Architecture seems really cool, but do you think it's still too new to make the commitment to it in an important new project? (Let's assume the project appears to be a good fit for it at ...
4
votes
4answers
362 views

Frameworks for Layering reusable Architectures

My question is very simple, my intention is to generate a repository with your responses so it could serve to the community when selecting frameworks for developing enterprise general purpose ...
4
votes
3answers
59 views

Assembly creation guidelines

Is there any rule of the thumb as to the number of static functions you can have in an assembly? How do you recognize if a function needs to be static v/s a function that doesn't need to be static?
4
votes
5answers
138 views

How, in general, can web framework support REST style?

I would like to know, what are the ways a web framework may be suitable for designing a RESTful app, in general. One goal is for example to provide http request routing, so they are automatically ...
4
votes
4answers
4k views

Managed Extensibility Framework (MEF) vs. Composite UI Application Block (CAB)

We are currently looking at either using CAB or MEF for our next application. I didn't see any examples on codeplex of how event brokering is handled for sibling control communication, maybe I missed ...
3
votes
1answer
153 views

Multitenant Architecture in Ruby on Rails

Please let me know the best books available for Implementing Multitenant Architecture in Ruby on Rails. Is there any gem or framework available for same?
3
votes
4answers
396 views

Typical erlang web/enterprise application architecture?

Is there a web app framework written in erlang? How common is to use erlang for building web apps? Is there a recommended app stack. Erlang, CouchDB,....,?
3
votes
2answers
132 views

Can ESB/BPM allow to totally get rid of coding apart from wrapping webservices?

In a big company I work for, a very (costfull) ESB has been bought, the purpose is to be able to align with business goal quickly by resusing legacy infrastructure wrapping them with webservices, that ...
3
votes
7answers
198 views

Why are most programming languages built on top of frameworks?

As programming languages continue to evolve, we see these programming languages that sit on top of frameworks such as Java or .NET, and that's good. In your opinion, what are the best reasons to ...
3
votes
3answers
106 views

what frameworks should be chosen for the particular web application?

What are the factors in deciding framework to choose ,technology for a web application .any architect please provide a guidance.
3
votes
6answers
299 views

Totally JavaScript Web Stack - Middleware, Webserver, DB suggestions?

I'm currently looking for a new web stack to build a hobby project on and would like it to be powered by JavaScript. I've had a quick look at Nitro, NarwhalJS etc. but was wondering if anyone had any ...
3
votes
5answers
1k views

The most flexible framework architecture for web development?

Obviously, there is no one single solution that would satisfy everyone's needs; an architecture is always a trade-off. I want to create a framework, originally aimed at RAD of web games. Target ...
2
votes
2answers
186 views

Javascript MVC Frameworks and Server Side Frameworks

This question is regarding the co-extisense of two MVC Frameworks (on the client side and the server side). Some Background: I am fairly new to web development, but am a very proficient programmer. I ...
2
votes
2answers
77 views

Is an application framework an anti-pattern?

I've recently implemented a couple of similar-sized web applications, one of which used a "framework" and one of which I coded myself but used a set of existing (mostly open source) libraries to ...
2
votes
3answers
126 views

How is extra script layer implemented?

If you have ever worked on alfresco, you must know the web script layer in it, my question is how does alfresco implement this ? What framework does it use? If you don't know alfresco, then my ...
2
votes
6answers
183 views

Arguments for not using a framework

A little while ago I read a great article which described a number of reasons against using any of the RAD frameworks available for PHP. Basically, it argued that a good framework should get you off ...
2
votes
2answers
397 views

Develop a similar to Microsoft's 5 star developer exam soft? (Quiz Engine)

I have a project where I have to make an asp.net application similar to the Microsoft's 5 star developer exam. I mean there should be many questions with many options, some questions have just one ...
2
votes
3answers
237 views

How do you start the Framework Architect career? [closed]

I am a C# programmer, but like to crete/invent/architect things. Since I am in the technology industry I am sure I would like to architect new programing languages, frameworks or languages. Can you ...
2
votes
1answer
138 views

Advice on converting a design-by-accretion Flex project to Mate

We have an internal Flex application which has been designed more through feature creep than by any kind of clear vision. It's basically a kind of CRM and reporting system which utilises quite a lot ...
2
votes
3answers
512 views

Architecture for real-time system?

I would like to ask some advices or experiences from architecture or technology for building real-time system. Before I have some experience on developing "Queuing Management System", I have done by ...
1
vote
2answers
87 views

Looking for a framework coupling Client side (Javascript) and Server side (PHP, Java) architecture

The title doesn't really fit the question, so here is the long version: Is there any framework that enables developping a web application with the following architecture: Model and Services (i.e. ...
1
vote
3answers
96 views

Why Java frameworks do not enforce use of interfaces?

I was just wondering, why there is no interface for a Spring Bean or for a EJB Bean (or for an OSGi service)? I know that there is no need for this because frameworks can use reflection API for ...
1
vote
1answer
54 views

What (software) framework would you use to build a telecoms application? [closed]

If you were to build a telecoms application what framework would you use? For example to build one of the following applications: sms messaging server, or an SMSC A media gateway supporting TDM, ...
1
vote
1answer
63 views

Framework/architecture for generating simple HTML controls

I'm just wondering/deeply thinking about whether any framework/architecture/library exist that would help in automatically generating simple HTML controls along with its label. For example, I'm just ...
1
vote
1answer
36 views

What's the equivalent of ASP.NET IHttpAsyncHandler in java world?

What's the equivalent of ASP.NET IHttpAsyncHandler in java world ?
1
vote
1answer
406 views

Best framework or system architecture for telemetry / SCADA system design & programming

I asked a question about a good book for this topic. It's not getting many replies, so maybe there arn't any good books (although I find that strange; I must go search Amazon for myself). In the ...
1
vote
2answers
51 views

Some questions related to framework dependency

I have some questions related to framework dependency. Generally best coding practice says that don't clutter your namespace with framework specific code. For e.g. in case of spring all the dependency ...
1
vote
2answers
364 views

To use Enterprise Library or not?

I'm working with a multitier SOA based enterprise application with every complex business logics. Many business validations require large amount of support data from database, which slow down the ...
1
vote
1answer
136 views

What technology to choose for creating reusable component for Eclipse RCP and Java web application?

We have two applications which solve different business tasks. One is based on Eclipse RCP. Another is web application based on Java server technologies. Currently we need to develop one common ...
1
vote
3answers
96 views

How should I call a layer of auto-generated code?

I have a framework which works this way: After defining some meta data, it generates PHP code with PHP classes. These classes are abstract and are intended to be subclassed. For example, if I define ...
1
vote
2answers
760 views

Flex Application Framework — PureMVC Portability vs. Swiz?

My company is building a Flex application that we may need to port to other platforms: Silverlight (likely) Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.) Desktop (maybe -- AIR, .NET, ...
1
vote
3answers
1k views

Best Java web architecture book / website?

What is a good book or website that describes the different elements of a Java based web applications architecture? I would like to see a polished treatment of what frameworks are good for the front ...
1
vote
7answers
450 views

Do you use an architectural framework for Flex/AIR development? [closed]

Given that Flex is still a relatively young technology, there are already a bunch of architectural frameworks available for Flex/AIR (and Flash) development, the main ones being Cairngorm and PureMVC. ...
0
votes
1answer
29 views

Is anyone aware of an open, relatively well supported framework to build telecoms applications on?

Examples of such applications might be: SGSN, MME, the various IMS CSCF platforms, an MSC-Server, and SMS server, a SIP proxy etc. Unlike the web services world which is awash with frameworks, it ...
0
votes
1answer
61 views

opinions on the most appropriate javascript framework [closed]

I am currently documenting a proposal for an javascript architectural pattern for high end scalable enterprise .net web applications. I am a fan of the observer pattern with modular integration eg. ...
0
votes
3answers
145 views

PHP frameworks : MVC..and what else?

I was just wondering (sake of knowledge) if "PHP-framework" concepts is strictly binded and depending upon the "MVC" concept.What I mean is: there's any php framework not relying on the MVC ...
0
votes
1answer
404 views

How to design the Controller for an Ajax(Extjs)-PHP Application?

The application is being designed with ExtJs, (Json), PHP, and MySQL. More than half of the logic/Model will be on the server side. While significant chunk of the logic is with the ExtJs Frontend. ...
0
votes
1answer
153 views

In MVVM Controller doesn't exist physically ? Doesn't this violate the Separation of Concerns Principle?

I can't see it http://msdn.microsoft.com/en-us/library/gg405484(v=pandp.40).aspx How do you want to separate concerns then if controller is mixed with view-model ? controller is not reduced to just ...
0
votes
1answer
75 views

Creating universal Cocoa framework that can be included in a 32-bit or 64-bit application

I want to create a Cocoa framework that can be included in a 32-bit or 64-bit application. Is there a way that I can create a single universal build of my framework that will work in both? Or do I ...
0
votes
1answer
65 views

Can true Agile really work since most programmers just use mainstream frameworks? [closed]

This is the definition of the concept of Emergence in complexity theory: http://en.wikipedia.org/wiki/Emergence In philosophy, systems theory, science, and art, emergence is the way complex ...
0
votes
1answer
230 views

Architecture Suggestions/Recommendations for a Web Application with Sub-Apps

I’m starting to plan an architecture for a big web application, and I wanted to get suggestions and/or recommendations on where to begin and which technologies and/or frameworks to use. The ...
0
votes
3answers
104 views

What architectures and frameworks should developrs know before designing a website? [closed]

What architectectures and frameworks should a developer know before designing a website? Too many developers I have spoken with complain about the poorly written websites that they inherited. Many ...
0
votes
1answer
68 views

Business Rules Engine - Discrete Choice Modeling

Greetings, I am currently in search of a framework that could be used in the development of a system that will find the best option based on a series of responses provided by a user, in a closed ...
0
votes
2answers
297 views

Opinions on Server Side vs Client Side Web Framework

I'm very curious about the community's opinions on server side frameworks (like Django and RoR) versus client side frameworks (like SproutCore and ExtJS). I know its a a bit of a false dichotomy ...

1 2