The Artima Developer Community
Sponsored Link

Java Buzz Forum
Netpad: a remote pair programming tool

1 reply on 1 page. Most recent reply: Apr 21, 2004 2:00 AM by Jeremy Rayner

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Jeremy Rayner

Posts: 111
Nickname: j6wbs
Registered: Sep, 2003

jez codes stuff
Netpad: a remote pair programming tool Posted: Apr 21, 2004 2:00 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Jeremy Rayner.
Original Post: Netpad: a remote pair programming tool
Feed Title: javanicus
Feed URL: http://www.javanicus.com/blog2/subjects/java-rss.xml
Feed Description: Jeremy Rayner on java and other stuff.
Latest Java Buzz Posts
Latest Java Buzz Posts by Jeremy Rayner
Latest Posts From javanicus

Advertisement
I wanted something quite simple...

Last week I wanted to brainstorm with a collegue, on a new piece of source code, but we were not in the same physical location. So I did a quick google for some form of collaborative realtime text editor. However, from the applications I found, nothing quite fitted all of my needs.

  • small download
  • really simple to get up and running
  • works over our firewall
  • cross platform
  • free

So with all this in mind, I set about creating a tiny app that addressed my requirements.

screenshot of netpad in action [click to enlarge]

I called it netpad, and it is a very basic text editor, that uses http to synchronise between remote instances of itself. (Netpad is both an http client and http server)

It's still very pre-alpha, but I'd thought I'd share now, to get useful comments. I'm just working on the algorithms for conflict resolution at the moment. I think my main focus is towards the realtime edit protocol, rather than the editing vehicle.

basic instructions

Incidentaly these are some of the best alternative collaboration tools that I've come across...

please have a play and let me know your thoughts....

Read: Netpad: a remote pair programming tool


Yonas

Posts: 1
Nickname: yonas
Registered: Aug, 2004

Re: Netpad: a remote pair programming tool Posted: Aug 5, 2004 11:52 AM
Reply to this message Reply
Can I connect to the localhost to play with it?

Can I see the source? This seems kinda neat?

Yonas.

Flat View: This topic has 1 reply on 1 page
Topic: Looking for Java 5.0 annotations-based null checker Previous Topic   Next Topic Topic: Finding Srinis ...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use