* Dr. Internet columnist Steve Blass offers a reader advice on automating Web form submission Our online workstation-inventory form records information about workstations when we make desktop service calls. We want to automate the form submission so technicians can update the inventory with a button-click. We want to use a Java applet, but it is difficult to read the system-level configuration information we want to record from the browser applet. Do we have to provide downloadable executables for each platform?Try repackaging the applet as an application and deliver it to the workstation via a Web site link.You can get the basic system properties object – call it p – with the System.getProperties() call and then use a call to p.list() to retrieve the properties list.Collect the network configuration information through the InetAddress class by starting with InetAddress.getLocalHost() to get the primary IP address. Any secondary addresses can be obtained by calling InetAddress.getAllByName on the result returned by InetAddress.getLocalHost().GetHostName().After gathering the inventory information and formatting your message for posting to the Web server, establish a URL connection to the Web server form, open your output stream to the URL connection and post the inventory update message to the server. Related content news Broadcom to lay off over 1,200 VMware employees as deal closes The closing of VMware’s $69 billion acquisition by Broadcom will lead to layoffs, with 1,267 VMware workers set to lose their jobs at the start of the new year. By Jon Gold Dec 01, 2023 3 mins Technology Industry Mergers and Acquisitions news analysis Cisco joins $10M funding round for Aviz Networks' enterprise SONiC drive Investment news follows a partnership between the vendors aimed at delivering an enterprise-grade SONiC offering for customers interested in the open-source network operating system. By Michael Cooney Dec 01, 2023 3 mins Network Management Software Network Management Software Network Management Software news Cisco CCNA and AWS cloud networking rank among highest paying IT certifications Cloud expertise and security know-how remain critical in building today’s networks, and these skills pay top dollar, according to Skillsoft’s annual ranking of the most valuable IT certifications. Demand for talent continues to outweigh s By Denise Dubie Nov 30, 2023 7 mins Certifications Certifications Certifications news Mainframe modernization gets a boost from Kyndryl, AWS collaboration Kyndryl and AWS have expanded their partnership to help enterprise customers simplify and accelerate their mainframe modernization initiatives. By Michael Cooney Nov 30, 2023 4 mins Mainframes Cloud Computing Data Center Podcasts Videos Resources Events NEWSLETTERS Newsletter Promo Module Test Description for newsletter promo module. Please enter a valid email address Subscribe