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.

Reading Ports and Frames in Java

My dad has an issue that maybe y'all can help with. He needs a class or library that can read from ports, addresses, and a "frame" (including the header). I asked him what he meant my all this, and here's what he wrote back.

In Pascal it would be a Procedure that reads a location. The location being an address or a hardware port like an RS-232 port, as opposed to a socket or Port 80 for HTML.

Ethernet transfers data in Packets or Frames and you can limit the size of the frame (fragment for optimal efficency); although, Ethernet (802.3) including 802.11x have a maximum size packet (Frame). The nomenclature changes according to the OSI Model Layer you're reading from.

Any ideas?

Posted in Java at Jun 03 2003, 11:43:30 PM MDT 2 Comments
Comments:

If it's memory addresses, wouldn't that fall under the auspices of JNI?

As far as serial/parallel ports go, maybe try Java Cookbook Chapter 11

Posted by Trent on June 04, 2003 at 01:05 AM MDT #

Why not have a look at the Ethereal source code?

Posted by Anonymous on June 04, 2003 at 06:15 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed