With manual recycling it is absolutely impossible to write clean, secure and stable code! At least if projects reach a certain size.
Imagine: You are required to code a library that will be used in various projects.
Should the library functions recycle the Domino objects they use, or not? Of course they must recycle, because you don't know how many object handles the final application will use and your ones might be too much, if not recycled. On the other hand, libraries must never ever recycle any Domino object. As you probably know, every Domino object has no more than one Java object. And if a library function uses an object (i.e. a view) that is also used by the caller (or any other object), recycling this object will bring the caller in trouble! This makes recycling an insecure operation if you don't know exactly the current state of the application.
Recycler removes this problems because it keeps track of all Domino objects and recycles those that are no longer used.

Features

  • Automatic recycling

Project Activity

See All Activity >

Categories

Frameworks

License

GNU Library or Lesser General Public License version 2.0 (LGPLv2)

Follow Recycler

Recycler Web Site

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Recycler!

Additional Project Details

Programming Language

Java

Related Categories

Java Frameworks

Registered

2011-09-13