Tips
Tips
Java for Lotus Notes Domino
-
Permanent NotesLog and Java log come in handy
A particularly useful feature of LS error handling is the NotesLog class. The NotesLog object allows you to create robust permanent error logs from LS programs. Continue Reading
-
Perfect portlets: Best practices for WebSphere portlet development
This article looks at best practices when designing portlets, either for new applications or for incorporating Domino applications into the WebSphere Portal. Continue Reading
-
Helpful Java console commands
This tip provides a helpful list of Java console commands. Continue Reading
-
Alternate approach to simulating @Unique in Java
This tip is in response to Mike Marcavage's tip Java version of @Unique. It is an alternate approach to simulating @Unique in Java. Continue Reading
-
Java version of @Unique
This is a static method of the Lotus formula @Unique. Continue Reading
-
Which portlet should a Domino developer choose to integrate with WebSphere?
Portlets are useful tools for developers who need to integrate Domino apps with WebSphere. Before building Domino portlets, one must ask: Which portlet specification to use? Continue Reading
-
Delete an AS400DB2 table
This tip gives you code that will delete an AS400DB2 table. Continue Reading
-
Create an AS400DB2 table
This tip gives you code that will create an AS400DB2 table. Continue Reading
-
Write to a log file
This java method allows you to write to a log file. If the log file does not exist then it will create it one you. Continue Reading
-
Collect database statistics using database directory
Using the database directory class is a great way to collect database statistics for a given server. Continue Reading
-
Chapter 21: Writing Java servlets and JavaServer Pages
Learn about Java servlets and JavaServer pages -- what they are, how they work, and how to build them into your Web content. Continue Reading
-
Chapter 6: Crawling the Web with Java
Learn how to use Java to implement a customized Web crawler. Continue Reading
-
Zip files with Java LS2J script library
You can also zip all files in a directory with a similar Java LS2J script library. This code shows you how. Continue Reading
-
Chapter 13: Eavesdropping techniques
This chapter presents several techniques that can be employed to eavesdrop on the conversation between distributed tiers. Continue Reading
-
Chapter 11: Load-testing to find and fix scalability problems
Learn how to use two open-source tools, JUnit and JMeter, to load-test Java server applications and find and fix scalability issues in your applications. Continue Reading