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 - Embedded Web Server -


we have web application should accessible multiple sub-domains , multiple actual domains. e.g. clients sign , if want can use own domains. far know achieved them pointing domains record @ , our web server, have embedded can update @ run-time, adding virtual host dynamically.

our web application written in php (although playing around hiphop convert c++) static html , css. web application communicates back-end java api uses restlet framework.

does know of web server embedded work php (and work hiphop if used that)? have had @ appweb wondered if there others.

i wonder if maybe better moving web app java , using jetty?

thanks,

if understand question correctly, need lookup the

$_server['server_name'] 

which different clients uses different domains.

regarding minimalistic webserver, i've found mongoose flexible , easy setup.

(uses php-cgi).

http://code.google.com/p/mongoose/

regards, //t


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 -