If you are a developer focusing on the Business Objects Enterprise SDK, you regularly have the task to query the Business Objects Enterprise Repository. Wouldn't it be great to be able to achtually see what's in the repository, so that you can make up your query just the right way?
Well, this is possible now, without even having to leave your environment. RepositoryExplorer is a plugin to the Eclipse IDE. It connects to the repository and shows you what's going on behind the scenes. No more secrets now!
RepositoryExplorer is based on the BOInterface library. It at the same time demonstrates the efficiency of that library: While the total amount of code for the RepositoryExplorer is about 2500 lines, the Business Objects SDK specific code, i.e. the code to connect to the repository and to retrieve the data, amounts to less than 10 lines of code.