Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>java</span>

Spring == XML, XML == sucks, therefore Spring == sucks??

This session focuses on the various ways of using the Spring container to Dependency Inject objects such as the traditional XML language, the extensible namespaces, the @Autowired and @Component annotations, but also the innovative JavaConfig project that is capable of configuring Java objects using @Bean annotations. Each has drawbacks and …

eSWT: The New Open Source UI toolkit for Mobile Java Applications

eSWT, the embedded version of the Eclipse’s Standard Widget Toolkit (SWT) is one of the components introduced by the Eclipse embedded Rich Client Platform (eRCP) project. eSWT can be also be used without the other components of eRCP in the mobile java applications. Using eSWT toolkit java applications can create …