breeze-client

WebJar for breeze-client

License

License

MIT
Categories

Categories

CLI User Interface
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

breeze-client
Last Version

Last Version

1.6.3
Release Date

Release Date

Type

Type

jar
Description

Description

breeze-client
WebJar for breeze-client
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Breeze/bower-breeze-client

Download breeze-client

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/breeze-client/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>breeze-client</artifactId>
    <version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/breeze-client/
implementation 'org.webjars.bower:breeze-client:1.6.3'
// https://jarcasting.com/artifacts/org.webjars.bower/breeze-client/
implementation ("org.webjars.bower:breeze-client:1.6.3")
'org.webjars.bower:breeze-client:jar:1.6.3'
<dependency org="org.webjars.bower" name="breeze-client" rev="1.6.3">
  <artifact name="breeze-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='breeze-client', version='1.6.3')
)
libraryDependencies += "org.webjars.bower" % "breeze-client" % "1.6.3"
[org.webjars.bower/breeze-client "1.6.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

The "breeze-client" bower package

This is the official bower package for the Breeze core client-side libraries. The package files are in the bower-breeze-client which is built from the original source files in the breeze.js repository.

To install with bower, open a terminal or command window and enter:

bower install breeze-client

Case matters! Be sure to spell "breeze-client" in all lowercase.

Learn more about Breeze.

Structure

The most widely used Breeze client library is "breeze.debug.js". It conbines both the base Breeze functionality and the default adapters for Knockout and Angular applications.

but not the "breeze.bridge.angular" adapter used by most Angular apps. See below.

build

The "build" directory holds the scripts generated from the core Breeze sources.

  • breeze.debug.js - the base client library and selected default adapters.
  • breeze.base.debug.js - the base client library without any adapters.
  • breeze.min.js - the minified default client library.
  • breeze.base.min.js - the minified base client library.

It also holds the breeze adapters in a separate subdirectory.

build/adapters

The "build/adapters" directory contains scripts for every core Breeze adapter.

Adapters implement breeze feature-extension-points for specific application environments. For example, the "breeze.ajax.jQuery.js" script provides a jQuery implementation of the Breeze "ajax" interface for communicating with remote services via XMLHttpRequest (XHR).

Some of these adapters (like "breeze.ajax.jQuery.js") are embedded in "breeze.debug.js". You should not load them again if you're loading "breeze.debug.js".

Others (like "breeze.bridge.angular.js" and "breeze.modelLibrary.backbone.js") are not embedded. You will have to load these adapter scripts separately if you need their capabilities.

If you choose to run with "breeze.base.debug.js" instead of "breeze.debug.js", you must load every required adapter script separately.

No Breeze Labs!

This package does not include the Breeze Labs.

Breeze Labs are experimental libraries and not part of the Breeze core.

They are packaged separately as breeze-client-labs [Coming soon]

The former Breeze Labs script "breeze.angular.js" has been promoted to a Breeze core adapter and given a new name, breeze.bridge.angular.js.

You will find it in this "breeze-client" package in the "build/adapters" directory.

org.webjars.bower

Breeze

Distributed client data management

Versions

Version
1.6.3
1.5.4