Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Breezejs and java

Tags:

java

breeze

I am new in breezejs and just have to know whether it supports Java Server like Tomcat or not..

I mean I saw 100's of examples using Breeze and Asp.net server but didn't saw any example using Java server, please shed some light on this;

like image 473
Ankur Verma Avatar asked Jan 10 '13 07:01

Ankur Verma


2 Answers

well this was on the breeze FAQ

Based on your documentation, it looks like Breeze is hardwired for .NET. You're even using Visual Studio in your samples.

Yes, our initial launch shows Breeze using Visual Studio with a .NET Entity Framework back-end.

To be clear, Breeze does not require .NET, but this is currently how we have the data provider hooked up through WebAPI. We are planning to support other back-ends and front-ends, as well as show IDEs other than Visual Studio. Your feedback on UserVoice helps us prioritize these features.

like image 87
B11 Avatar answered Sep 30 '22 00:09

B11


Work is well underway on a Java backend for Breeze, using Hibernate and JAX-RS. Please check out breezejs-hibernate.

The NorthBreeze sample is a web application (WAR) that uses the breezejs-hibernate library. We build it with Maven and deploy it on Tomcat. It uses Angular for the UI bits. It's still pretty rough.

like image 34
Steve Schmitt Avatar answered Sep 30 '22 00:09

Steve Schmitt