continuous-enterprise-development icon indicating copy to clipboard operation
continuous-enterprise-development copied to clipboard

Testable Solutions for Modern Applications

Results 35 continuous-enterprise-development issues
Sort by recently updated
recently updated
newest added

Integrate security with normal REST operations. GET is open PUT/POST/DELETE require auth. Make sure auth is reflected in OPTIONS

code
test

In the datagrid/nosql chapter, you have an EJB: ``` java @Typed(AttachmentRepository.class) @TransactionAttribute(TransactionAttributeType.REQUIRED) public class AttachmentRepository implements Repository { ``` This is a little bit overkill, no? CDI cares about the...

Currently displaying as: "Wednesday 25, 2013 - 05:00 to 06:00"

http://www.martinfowler.com/bliki/PolyglotPersistence.html

``` aslak: hi, what do you think a french translation of your continuous dev book ? ehsavoie heya, that sounds very interesting :) aslak: is the co-author and the editor...

translation
french

From @mmatloka: Mention CAP Theorem and put in place diagram similar to http://blog.beany.co.kr/archives/275

Dynamically discover linked Resources via Representation types on possible outgoing relations User speaker|tracker Conference User speaker|tracker Session Conference located Venue Conference attached Attachment Session attached Attachment Venue attached Attachment Room...

code

The GeekSeek app on OpenShift requires a series of system properties to be set, passed into the launch of the EAP process. We have a correctly-working action hook for "pre_start"...

- CDI Decorator that decorates all Repository instances to add eventing - Created / Removed - Used by Services to hook into the lifecycles of objects created ``` java public...

text