Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

CVS through an HTTP Proxy?

Anyone know how to access a CVS server (i.e. SourceForge) though an HTTP Proxy? I need to get the latest CVS version of XDoclet at work and I can only get out via a proxy. Thanks in advance.

Posted in Java at Jan 07 2003, 11:37:21 AM MST 9 Comments
Comments:

Do you know http://transconnect.sourceforge.net/ ? In my company, this allows me to access i.e. Cocoon CVS repository through our company firewall. I don't know, if it works with every proxy. Quite a clever hack.

Posted by Frank Ridderbusch on January 07, 2003 at 12:57 PM MST #

Extension to my post. transconnect works with Unixen, but I don't think on Windows.

Posted by Frank Ridderbusch on January 07, 2003 at 01:00 PM MST #

Unfortunately, all I have is Windows and OS X. I tried to "make" it on OSX, but it bombed out :(

Posted by Matt Raible on January 07, 2003 at 01:08 PM MST #

WinCVS supports proxy through pserver.

Posted by Erik Hatcher on January 07, 2003 at 01:10 PM MST #

I tried WinCVS and I get the following error: proxy server proxy1.hits.priv:3128 does not support http tunnelling Hmm, maybe I'll try to get someone from the XDoclet team to send me a current snapshot. All I need is the hibernate module.

Posted by Matt Raible on January 07, 2003 at 01:16 PM MST #

try http://cvsgrab.sf.net it's a bit slow...but then... it works :)

Posted by Fabian Crabus on January 07, 2003 at 02:24 PM MST #

Try http://cvsgrab.sourceforge.net/

Posted by Ricardo Argüello on January 07, 2003 at 02:25 PM MST #

Since you'll like to get ALL XDoclet, you must know that you can't get the xdoclet-all module, since it's an "alias" to get the 3 existent cvs modules to build xdoclet: xdoclet, xjavadoc and xdocletgui (well xdocletgui is not *required* but nice to have). If you checkout xdoclet-all module using WinCVS you'll get the 3 modules... but it doesn't work with cvsgrab (since it gets a module using the viewcvs page pointing to http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/) So, you'll need to grabcvs the 3 modules one by one (or maybe just xdoclet and xjavadoc)...

Posted by Ricardo Argüello on January 07, 2003 at 02:32 PM MST #

CVSGrab was exactly what I needed - it's churning away now. Thanks for the tip Fabian and Ricardo!

Posted by Matt Raible on January 07, 2003 at 03:47 PM MST #

Post a Comment:
  • HTML Syntax: Allowed