Questions tagged [database-com]

A Platform-as-a-Service database environment delivered on the same force.com platform used by salesforce, but without the higher-level business services.

Database.com is the cloud database that integrates Salesforce.com's Social Enterprise Platform. Among other things, the platform allows:

Database services

  • Relational data store
  • Support for many data types
  • Query language
  • Enterprise search services

File storage

  • Documents, Video, Images
  • Integration of file storage into relational data structures

Business logic

  • Declarative triggers
  • Programmatic, transactional triggers and stored procedures

Identity and Access management

Data APIs

Metadata APIs

etc.

4 questions
3
votes
3 answers

Salesforce's Database.com and Google App Engine via JPA

Currently i try to connect (via JPA/Datanucleus) with an application, hosted by Google App Engine, to the database service of database.com (Salesforce) After many hours of reading and trying, i could not find any solution. So, is it even…
2
votes
2 answers

Does Database.com Java SDK have Hibernate's OpenSessionInView equivalent

Does anyone know if the Database.com Java SDK has an equivalent of Hibernate's OpenSessionInView (or has anyone created their own)? I keep getting javax.jdo.JDODetachedFieldAccessException's in my JSP's when referencing my lazy relationships and I'd…
Brad
  • 43
  • 4
2
votes
0 answers

database.com JPQL query exception when searching for NULL date fields

I'm trying to convert an old database system to Salesforce and have decided to try out the Database.com Java SDK. I have recently hit problem that I can't seem to find a work around related to a JPQL Query when searching for NULL or empty…
Brad
  • 43
  • 4
1
vote
1 answer

Any APEX (salesforce.com/database.com) advantages over Ruby on Rails?

I'm a developer who's about to begin building a relatively complex web application. I was going to build it in Rails or some other MVC framework for PHP such as Yii. The VP of my organization had a conversation with someone from…
Philip Walton
  • 29,693
  • 16
  • 60
  • 84