Download Latest Version cirrostratus_2.0.jar (9.9 MB)
Email in envelope

Get an email when there's a new version of Cirrostratus

Home / 2.0
Name Modified Size InfoDownloads / Week
Parent folder
cirrostratus_2.0.jar 2011-10-14 9.9 MB
README 2011-10-14 2.1 kB
Cirrostratus.zip 2011-10-14 3.2 MB
Totals: 3 Items   13.1 MB 0
Cirrostratus is a lightweight, java based, swing driven SalesForce/Database.com SOQL Editor. Presently it is pretty much "just works". I am hoping to start adding the feature rich toolkits in the upcoming months. 
Enjoy the tool, report any issues or bugs and always remember to promote your Open Source community.

To build, use 'clean assembly:assembly'
to execute, run: java -jar target/cirrostratus.jar
or just double click the jar file

Release 2.0
Added multiple credential storage
added object level comparison between 2 Orgs
Additional updates and features 

Release 1.7.1
Changed the connection process from using the Enterprise WSDL to using the Partner WSDL.
This now works with every environment, however, you must select (under the File menu) if
the target Org is Prod or Sandbox

Release 1.7
Fixed an exception bug when credentials.dat was not found
added a new error messaging hook for reporting exceptions to the user
added validation for username, password and token upon login
locked the 'File' menu until after successful login
added File / SOQL Save, File / SOQL Load and renamed File / Save to File / Save Results
Added the stub to track SOQL query times and # of results
SOQL pane now accepts focus upon successful login
Version now displayed in the about dialog

Release 1.6.1
[Cosmetic release only]
Added a logging dialog (not yet active)
Added About Dialog
Changed the SOQL panel to now use a JSplitPanel

Release 1.6
Added the ability for parent->child queries (user optional)
Example:
SELECT Name,  (SELECT Contact.FirstName, Contact.LastName FROM Account.Contacts) FROM Account 
or
SELECT Name, Owner.Name, Owner.Id , CreatedBy.Name, (SELECT Contact.FirstName, Contact.LastName FROM Account.Contacts) FROM Account 
Added CSV exporter as save button

Release 1.5
Added the ability to select embedded objects (user optional)
Examples are:
SELECT Id, Name, Account.Name FROM Contact 
and 
SELECT Id, Name, Account.Name, Owner.Name FROM Opportunity 

Release 1.4
Added Dialog windows for login and object retrieval (cosmetic only)

Source: README, updated 2011-10-14