JUNE is the framework's main namespace.
The JUNE.Browser namespace contains methods to detect various browsers and handle the browser window:
The JUNE.Cookie namespace contains methods to handle the cookie files.
The JUNE.Dom namespace contains methods to handle the DOM.
The JUNE.Form namespace contains methods to handle the elements included in a Web Form.
The JUNE.DateTime namespace contains methods to handle the date and time.
The JUNE.Exception namespace contains methods that can be used to display errors in a custom format.
The JUNE.Validate namespace contains methods that you can use to validate user input.
The JUNE.Util namespace contains various utility methods.
The JUNE.Keyboard namespace contains methods to handle the keyboard events.
The JUNE.Effect namespace contains methods to handle extremely simplistics effects that can be applied to an element.
The JUNE.Widget namespace contains methods that you can use to create and include the framework's widgets into your pages.
The JUNE.Web namespace contains methods to handle both synchronous and asynchronous requests.