Latest from todayHow to create AI agents with Neo4j Aura AgentNeo4j Aura Agent is an end-to-end platform for creating agents, connecting them to knowledge graphs, and deploying to production using low-code and autogeneration tools. Let’s dive in. By Zach BlumenfeldMar 19, 202610 minsDatabasesDevelopment ToolsGenerative AI 4 self-contained databases for your appsBy Serdar YegulalpFeb 4, 20264 minsData ManagementDatabasesSoftware Development Get started with Angular: Introducing the modern reactive workflowBy Matthew TysonJan 29, 202614 minsJavaScriptTypeScriptWeb DevelopmentHow to use Pandas for data analysis in PythonBy Serdar Yegulalp Jan 21, 202614 minsDevelopment ToolsLibraries and FrameworksPython React tutorial: Get started with the React JavaScript libraryBy Matthew Tyson Jan 15, 202612 minsJavaScriptLibraries and FrameworksTypeScript Getting started with GitHub Copilot in Visual Studio or VS CodeBy Joydip Kanjilal Jan 15, 20268 minsDevelopment ToolsIntegrated Development EnvironmentsVisual Studio Rust slow to compile? Here’s how to speed it upBy Serdar Yegulalp Jan 14, 20267 minsDevelopment ToolsLibraries and FrameworksRust Intro to Hotwire: HTML over the wireBy Matthew Tyson Dec 31, 202510 minsHTMLJavaScriptWeb Development Get started with Python’s new native JITBy Serdar Yegulalp Dec 24, 20256 minsProgramming LanguagesPythonSoftware Development Java Tip 82: Build data-type-independent JDBC applications Use JDBC metadata and precompiled SQL to turn data into database data types By Sesh Venugopal Nov 5, 1999 13 mins Data Management Logging on to Internet Relay Chat (IRC) This simple and incredibly small tool lets your applications write output to IRC By Thomas E. Davis Oct 20, 1999 8 mins App Testing Java How to attach a user interface to a Jini service An in-depth look at the serviceui project from the Jini community By Bill Venners Oct 20, 1999 25 mins Java Multicast the chatwaves Use IP multicast along with custom stream classes to implement a cool, yet simple, peer-to-peer networked chat system By Merlin Hughes Oct 20, 1999 30 mins Technology Industry Java Tip 79: Interact with garbage collector to avoid memory leaks Use reference objects to prevent memory leaks in applications built on the MVC pattern By Raimond Reichert Oct 20, 1999 18 mins Tip 80: Resize applets within browser frames Break the rules with a little bit of JavaScript By Francis Lu Oct 5, 1999 5 mins Java JavaScript Technology Industry Learn to use software components to deploy applications using Java Cards A URL-based approach for deploying smart cards on different systems By Mike Montgomery Oct 1, 1999 12 mins Java Use constant types for safer and cleaner code Avoid making typos while encapsulating arbitrary data in legacy systems By Thomas Davis Sep 20, 1999 15 mins Java Software Development XML and Java: A potent partnership, Part 4 Learn how Java, laced with JavaScript, pushes XML's flexibility into new dimensions By Todd Sundsted Sep 20, 1999 9 mins Java JavaScript Programming Languages An introduction to the URL programming interface Create ubiquitous controlled access to devices using UPI By Rinaldo Di Giorgio Sep 20, 1999 30 mins Access Control Java Software Development Java Tip 77: Enable copy and paste functionality between Swing’s JTables and Excel This adapter makes it easy to transfer data from one type of spreadsheet to the other By Ashok Banerjee and Jignesh Mehta Sep 20, 1999 6 mins Java Microsoft Office Software Development Java Tip 78: Recycle broken objects in resource pools Here's how to improve performance and share objects between clients with the recycler idiom By Philip Bishop and Nigel Warren Sep 20, 1999 12 mins Build Automation Java Web Development Bean Markup Language, Part 1 Learn the ABCs of IBM's powerful JavaBeans connection language By Mark Johnson Aug 20, 1999 17 mins Java Programming Languages An easier way to handle arrays — plus a little string manipulation Find the middle ground between primitive arrays and vectors, and pickup a couple of new methods for manipulating strings By Thomas Davis Aug 20, 1999 10 mins Java Programming Languages Software Development XML and Java: A potent partnership, Part 3 Learn how to integrate Java and JavaScript, two popular programming languages By Todd Sundsted Aug 20, 1999 8 mins Java JavaScript Programming Languages The Jini vision Learn the unique value of this new networking technology and what Jini visionary Bill Joy had to say about it at the recent Jini Community Summit By Bill Venners Aug 20, 1999 24 mins Java Java Tip 75: Use nested classes for better organization Express coupling between components in Java subsystems with top-level nested classes By Ramnivas Laddad Aug 6, 1999 9 mins XML JavaBeans, Part 3 Integrate the XMLBeans package with the Java core By Mark Johnson Jul 24, 1999 49 mins Java Programming Languages Use JNDI to share objects between virtual machines Use JNDIHashtable to share remote objects between different virtual machines –without the need for an object request broker By Thomas Davis Jul 24, 1999 11 mins Development Tools Java Web Development XML and Java: A potent partnership, Part 2 Learn how to use Java to build applications that handle XML's extensibility By Todd Sundsted Jul 24, 1999 12 mins Java Programming Languages Java Tip 74: Build dynamically extensible frameworks Make your frameworks data-independent with property objects and dynamic class loading By Fredrik Rubensson Jul 1, 1999 13 mins XML and Java: A potent partnership, Part 1 Find out why XML and Java have captured the minds of enterprise application developers By Todd Sundsted Jun 9, 1999 14 mins Application Integration Java Programming Languages Jini: New technology for a networked world How Jini raises the level of abstraction for distributed systems programming By Bill Venners Jun 9, 1999 12 mins Progress on the JMF and Java Media APIs Learn about JMF 2.0 and how the Java Media APIs have changed in the past year By Bill Day Jun 9, 1999 13 mins Java Media and Entertainment Industry Technology Industry Java 2 introduces print capability to the Swing Forum Find out how to add Java 2's print functionality to your Swing-based apps By Michael Shoffner Jun 9, 1999 14 mins Java Software Development Technology Industry Build your own caching mechanisms with volatile collections Explore the interaction of a timer thread and the wrapper class used for tracking the age of an object, then get started with a self-cleaning hashtable By Thomas Davis Jun 1, 1999 7 mins Java Programming Languages Software Development Clever Facade makes JDBC look easy Use the Facade pattern to encapsulate JDBC initialization, exception handling, and cleanup By Thomas E. Davis May 1, 1999 11 mins Java Programming Languages Software Development An instrumentation network for weather data on the Web Use Java to display data from realtime devices to Web browser clients By Brian Hindman May 1, 1999 30 mins Java Software Development 3D graphics programming in Java, Part 3: OpenGL Advantages and disadvantages to Java-to-OpenGL bindings vs. the Java 3D API implementation from Sun By Bill Day May 1, 1999 15 mins APIs Java Software Development Java Tip 73: Test your Java/CORBA server from the inside Learn how to test your server classes from within the running server by dynamically loading and executing test classes inside the server's virtual machine By Charles Lerose May 1, 1999 10 mins App Testing Java Web Development Dynamically reconfigure your Java applications Dynamic configuration lets you reconfigure your Java apps–while they're running By Thomas Davis Apr 1, 1999 11 mins Data Management Java Programming Languages Reading textual data: Fun with streams Find out how to extend and customize the character-stream classes to easily read textual data By Merlin Hughes Apr 1, 1999 32 mins Farewell to ‘Design Techniques’ JavaWorld columnist closes with a brief history of his column, hints at what's to come By Bill Venners Apr 1, 1999 15 mins Java Software Development Java Tip 71: Use dynamic messaging in Java Get around Java's inability to trap a request it doesn't know about — by implementing the 'doesNotUnderstand' method! By Alex Blewitt Apr 1, 1999 8 mins Java Tip 72: Press Escape to close your Swing dialog windows Discover how to program keystroke responses in your Dialogs' parent classes By John Zukowski Apr 1, 1999 3 mins Java Software Development XML JavaBeans, Part 2 Automatically convert JavaBeans to XML documents By Mark Johnson Mar 1, 1999 33 mins Java Programming Languages Messaging makes its move, Part 2 Put the finishing touches on your own Java-based messaging service by adding the required JMS veneer By Todd Sundsted Mar 1, 1999 8 mins Java Software Development Web Development Design with static members How to put static fields and methods to work By Bill Venners Mar 1, 1999 11 mins Software Development JavaTip 69: Press Escape to close your Java dialog windows Discover how to program keystroke responses in your Dialogs' parent classes By Eugene Podgorbunskikh Mar 1, 1999 6 mins Java Tip 70: Create objects from jar files! Combine a custom ClassLoader with a JarResources manager to instantiate classes stored in jar files By John D. Mitchell Mar 1, 1999 4 mins Data Management Java XML JavaBeans, Part 1 Make JavaBeans mobile and interoperable with XML By Mark Johnson Feb 1, 1999 24 mins Java Programming Languages Messaging makes its move, Part 1 Learn how to build your own Java-based messaging service By Todd Sundsted Feb 1, 1999 11 mins Java Software Development Web Development Write OpenCard services for downloading Java Card apps With this straightforward loading information in hand, you can load Schlumberger's CyberFlex 16K or Dallas Semiconductor's iButton By Mike Montgomery Feb 1, 1999 25 mins Java Design with runtime class information How to make use of runtime class information in Java programs By Bill Venners Feb 1, 1999 25 mins Java Software Development Java Tip 67: Lazy instantiation Balancing performance and resource usage By Philip Bishop and Nigel Warren Feb 1, 1999 12 mins Java Tip 68: Learn how to implement the Command pattern in Java Add flexibility and extensibility to your programs with this object-oriented equivalent of the callback By Bala Paranj Feb 1, 1999 12 mins Design Patterns Java In Java we trust Find out how the Java Security API can help you secure your applications By Todd Sundsted Jan 26, 1999 10 mins Access Control Java Security BeanLint: A JavaBeans troubleshooting tool, Part 2 Put JavaBeans to the test By Mark Johnson Jan 1, 1999 26 mins How to write a CardTerminal class for simple and complex readers in an OpenCard environment Learn the ropes of writing the software part for your card terminal device using the OpenCard Framework By Rinaldo Di Giorgio Jan 1, 1999 22 mins Java Software Development 3D graphics programming in Java: Part 2, Advanced Java 3D Learn more about Java 3D performance, 3D content loaders, and the Java 3D VRML97 browser By Bill Day Jan 1, 1999 20 mins APIs Java Software Development 1…82838485868788899091 Show me moreLatestArticlesVideos news OpenAI’s desktop superapp: The end of ChatGPT as we know it? By Gyana SwainMar 20, 20265 mins Artificial IntelligenceDevelopment ToolsSoftware Development news Google’s Stitch UI design tool is now AI-powered By Maxwell CooterMar 20, 20261 min Artificial IntelligenceDevelopment ToolsSoftware Development news Stop using AI to submit bug reports, says Google By Maxwell CooterMar 20, 20262 mins Artificial IntelligenceBugsOpen Source video How to build desktop apps in Typescript with Electrobun Mar 17, 20265 mins Python video Write and run assembly in Python with Copapy Mar 10, 20265 mins Python video Run AI Models Locally on Your PC — No Cloud Required (LM Studio Guide) Mar 3, 20265 mins Python