Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

java - Good use case for Akka -


i have heard lots of raving akka framework (java/scala service platform), far have not seen many actual examples of use cases for. interested in hearing things developers have used succesfully.

only 1 limitation: please not include case of writing chat server. (why? since has been overused example lots of similar things)

i have used far in 2 real projects successfully. both in near real-time traffic information field (traffic in cars on highways), distributed on several nodes, integrating messages between several parties, reliable backend systems. i'm not @ liberty give specifics on clients yet, when ok maybe can added reference.

akka has pulled through on projects, though started when on version 0.7. (we using scala way)

one of big advantages ease @ can compose system out of actors , messages no boilerplating, scales extremely without complexities of hand-rolled threading , asynchronous message passing between objects free.

it in modeling type of asynchronous message handling. prefer write type of (web) services system in style other style. (have ever tried write asynchronous web service (server side) jax-ws? that's lot of plumbing). system not want hang on 1 of components because implicitly called using synchronous methods, , 1 component locking on something. stable , let-it-crash + supervisor solution failure works well. easy setup programmatically , not hard unit test.

then there excellent add-on modules. camel module plugs in akka , enables such easy development of asynchronous services configurable endpoints.

i'm happy framework , becoming defacto standard connected systems build.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -