ObjectDB ObjectDB

Internal Website Search

21-30 of 104 resultsRefresh
116

How to use ObjectDB properly in spring boot application?

I have a spring boot application with objectdb embedded database. I am manually handling connection ... described in https://spring.io/guides/gs/accessing-data-jpa/) I had a research on the web but could not find any solution that works. Existing spring-objectdb questions are usually related to regular
112

Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers

(through spring) with different tx managers, please find an example of this below. Any help is greatly ... .password" value="admin"/>   </properties> </persistence-unit> </persistence> Spring xml ... /schema/beans             http://www.springframework.org/schema/beans/spring-beans-3.0.xsd         http
112

Configure ObjectDB in spring context

I have a application that initializes with spring, now I'd like to change my data access tier ... is to configure entire ObjectDB (optionally objectdb.conf too) in springs context.xml file so that I'd be able ... You can see how to use ObjectDB with Spring Framework in this tutorial. support Support Yes I've seen
112

How to have a distribuited GWT application with ObjectDB and Spring?

because it's very simple and efficient and we use Spring to better interface between database and application. I've learnt that with Spring it's possible to create REST services to access the other remote ... you are interested in a Spring Framework feature, so you may want to look first for information
112

Spring Transactions (@Transactional) within ObjectDB

Hi, We are using OBD with Spring and transactions are managed by Spring. Our spring service ... Spring Data) We have noticed that in a loop 1st object is persisted and then we if lookup the same ... are performed by your application and by Spring Data. If queries are involved, then it is possible to miss
112

ObjectDB and Spring Boot - sharing a simple working example

and Spring Boot. The code of the example can be found here: https://github.com/kirshamir/spring-data-jpa-objectdb The example uses the automatic query generation performed by Spring and it works ... .Gender gender);     // the above are supported by spring data, see:     // docs.spring.io/spring
111

Spring 4 setup

is like for Spring3 and I can't figure how to use ObjecDB in Spring tutorial: https://spring.io/guides/gs/accessing-data-jpa/ Thanx. anthony Anton Gusev This tutorial uses Spring Boot and Spring JPA ... ");             }         };     } support Support I am using Spring Boot too. I have 2 questions for the answer. 1. I have to add h2
109

How to resolve 404 errors with Eclipse/Maven Spring MVC

I have created a project as guided by www.objectdb.com/tutorial/jpa/eclipse/spring/run. When I abandon eclipse and use the maven command line to deploy this Spring MVC web app to jetty and point ... . support Support Please see http://www.heintze.com/temp/hello-spring-mvc-annotated-tomcat6.zip . I don't
109

Possible issue with Spring JPA and Embedded

Hello, I'm having some fun with Spring and embedded objects. I have need to embed some small ... that the annotations I have used are ok. However it will not work from spring. I'm not certain whether this is due to something spring wants or whether there is an issue with objectdb. I'm not really sure
4

JPA Tutorials

GlassFish 3.0.1 or JBoss AS 6. Another tutorial shows how to use JPA in a Spring MVC Framework 3 web application: Spring MVC and JPA Maven Projects for Download The tutorials provide step by step

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support