For 2021 - online Python 3 training - see ((here)).
Our plans were to retire in summer 2020 and see the world, but Coronavirus has lead us into a lot of lockdown programming in Python 3 and PHP 7. We can now offer tailored online training - small groups, real tutors - works really well for groups of 4 to 14 delegates. Anywhere in the world; course language English.
Please ask about private 'maintenance' training for Python 2, Tcl, Perl, PHP, Lua, etc. |
Writing a server in Java
My standard recommendation these days is that you don't write your own low level network code - but rather you use standard protocols and classes - i.e. that you use tried and tested ways of exchanging data. And on that basis, you'll find that our public training courses cover things like talking to web servers and services, using SQL servers from your programs, and so on.
But just occasionally, there's still a niche requirement to do something in low level code - perhaps because you're required to work with a protocol that's non-standard, or even because you need your own protocol for some reason. So, yesterday, I found myself doing a public Java course but out of hours also updating an old example that used packages such as java.net to write our very own server - a talker in a single file in Java. I've posting the example to our web site - [source code here] with updates including extra comments. There is also an older article that descibes it more fully [here].
If you came to this page looking for an article on running a Java Server such as Tomcat (a much more common requirement that writing your own), start [here]; that page is our short course description, and we would welcome you for training - however, you'll find links to many of the examples and a great deal of material from that page, even if you can't make it to Melksham, nor do you have enugh people to justify me coming along and giving a course at your office. (written 2010-07-09)
Associated topics are indexed as below, or enter http://melksh.am/nnnn for individual articles J808 - Java - Network Programming [1976] Where is this IP address, IPv4 and IPv6 - (2009-01-04) [4420] Flexibility in input - read from file, web resource or keyboard - (2015-02-08)
Some other Articles
Cycling in Melksham, and looking forwardRuby - how does it compare and where is it the right language?Relationships between Java classes - inheritance, packaging and othersChanging with weather and seasonsWriting a server in Java Fail Safe Error Handling in Java via ExceptionsMySQL and Java - connectivity past, present, and future thoughtsWhat methods are available on this Java object?Using java, javac, jar, and CLASSPATH - a simple exampleThe healthy option - away from the private car
|
4759 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|