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.

osx - Eclipse IDE for JavaScript Web Developers + Subclipse + JavaHL on Mac OS X 10.6 -


i want use eclipse plugin subclipse on snow leopard. installed eclipse ide javascript web developers (helios service release 1).

i should mention subversion server ist ssl protected, have use personal certificate (p12 file).

i tell system find certificate file in

/users/<username>/.subversion/servers 

with lines:

[groups] servername = 999.999.99.99 ... [servername] ssl-client-cert-file = /users/<username>/desktop/<certificate> 

using svn in command line works.

so first try use subclipse plugin offered subclipse.tigris.org within eclipse's "install new software" dialogue. offers me subclipse 1.0.0. ended error in eclipse's console view when trying connect svn repository:

svn: propfind request failed on '/blahblahblahrepositorydirectory' svn: received fatal alert: handshake_failure 

i thought might idea use newer svn version + javahl (snow leopard's preinstalled svn 1.0) according http://subclipse.tigris.org/wiki/javahl#head-5ccce53a67ca6c3965de863ae91e2642eab537de 1 needs @ least svn/javahl version 1.4.x opencollabnet. 1.4.x not available there mac os x 10.6. 1.6 there. took 1.6 , expected ecipse's "install new software" dialogue offer me newer version of subclipse still offers 1.0.0. , combination doesn't work, still getting errors when trying connect svn...

what can now?

how did subclipse begin have 1.0 version? current subclipse 1.6.x , has been out 2 years.

just specify update site url subclipse 1.6.x , install it. or use eclipse marketplace client so.


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 -