Pragmatic Programmer Issues

68

Pedro Newsletter 22.02.2011

Python 3.2 was released. Read “What’s new” for more details. Java Agent for Memory Management: Unfortunately project is managed by ant. Interview with Secure Programming Static Analysis Brian Chess by InfoQ. Brian tells us when to use penetration testing and why static analysis is also important for overall application security. 20 Google Docs Tips.

Categories

Spring Template Objects Testing

Comments: 2

My friend asked me, how we should test this piece of code public void fire(final NotificationMessage message) { jmsTemplate.send(new MessageCreator() { @Override public Message createMessage(Session session) throws JMSException { return session.createObjectMessage(message); } }); } Mock, stubs, arguments matchers are not successful here. Of course we can mock jmsTemplate, verify if send method was executed, but […]

Pedro Newsletter 21.02.2011

Unified quota management for Google Hosting and 12 new file formats in Google Docs. Secret: To generate good idea you have to produce bad ones. Ruby4Kids – nothing more to add here :).

Categories

Previous Next

total page 474

per page size 3

last pagination Page 158