JavaPins - Upcoming stories
1
Pins

Fail a Maven build when conflicting or unused dependencies « Dan Haywood

posted by anishaanisha 245 days, 20 hours, 44 minutes ago
Wednesday, September 19, 2012 6:26:58 PM GMT
Currently teaching my Maven course, and a couple of questions have come up about how to fail a build when a pom either has conflicting dependencies, or has (through a smidge too much copy-n-paste) even just unused dependencies. Good questions both. (more)
category: Java EE | clicked: 0 | comment | | source: danhaywood.com
tags: conflict, fail, Maven, unused dependency
1
Pins

Resolve Port Already in Use Error : QuicklyJava

posted by vineet922vineet922 247 days, 13 hours, 1 minute ago
Tuesday, September 18, 2012 2:09:34 AM GMT
Browse:Home/Resolve Port Already in Use Error As a developer you very often see errors like below arising because of a port already in use: 1) java.rmi.server.ExportException: Port already in use: 1098; 2) java.net.BindException: Address already in use: JVM_Bind 3) java.net.BindException: Address already in use: JVM_Bind:8080 4) port 8083 already in use 5) tomcat port already in use and so on… You would most probably get this error when you are attempting to start... (more)
category: Java EE | clicked: 1 | comment | | source: www.quicklyjava.com
1
Pins

Simulate HTTP POST request - QuicklyJava

posted by vineet922vineet922 247 days, 13 hours, 4 minutes ago
Tuesday, September 18, 2012 2:07:03 AM GMT
In this tutorial we will see how to quickly simulate a HTTP POST request without the need of having to write HTML front end. (more)
category: Java EE | clicked: 0 | comment | | source: www.quicklyjava.com
1
Pins

Getting Started with Spock and Groovy

posted by anishaanisha 247 days, 18 hours, 37 minutes ago
Monday, September 17, 2012 8:33:11 PM GMT
This screencast demonstrates how to create Spock testing specifications. It covers creating basic when/then blocks, given/when/then blocks, expect/where blocks, and data tables. Related Posts:Spock Testing FrameworkSpock and Mock Object BasicsBehavior Driven Development in Java with easyb (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: Groovy, spock
1
Pins

JavaServer Faces (JSF) with ICEfaces

posted by anishaanisha 247 days, 18 hours, 39 minutes ago
Monday, September 17, 2012 8:32:02 PM GMT
This video presents the version 2 of ICEfaces, an open source Rich Internet Application development framework based on JavaServer Faces (JSF). ICEfaces 2.0 extends JSF to simplify development and enhance its feature set. Related Posts:Ajax Push and ICEfaces for enterprise collaborationFilthy Rich Portlets with ICEfaces and LiferayHyperproductive JavaServer Faces (more)
category: JSF | clicked: 1 | comment | | source: www.java-tv.com
tags: ICEFaces, JSF
1
Pins

Java Swing: Automatically Resize Table Columns

posted by anishaanisha 247 days, 18 hours, 41 minutes ago
Monday, September 17, 2012 8:30:08 PM GMT
When you use JTables in Swing, you will notice that by default, all columns have the same size. The programmer can decide to set a specific width on each column, but he does not always know what kind of data will show up in the table and what width is required for each column. This video provides the code for an easy solution to this problem, automatically resizing table columns based on the data in the table. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: auto resized, swing, table
1
Pins

Rapid Android development with JRuby

posted by anishaanisha 247 days, 18 hours, 42 minutes ago
Monday, September 17, 2012 8:28:14 PM GMT
In this video you will learn how to use Ruboto, a framework that leverages the power of JRuby, to quickly build and deploy Android applications. This tutorial demonstrates using the Ruboto framework to rapidly build and deploy Android applications. See how to create an emulator instance, create a Ruboto project using the command line, code your app and use a location listener for obtaining GPS information. (more)
category: Java EE | clicked: 2 | comment | | source: www.java-tv.com
tags: Android development, JRuby
1
Pins

JVM Concurrency and Garbage Collection

posted by anishaanisha 247 days, 18 hours, 45 minutes ago
Monday, September 17, 2012 8:25:54 PM GMT
This video dives deep into concurrency and garbage collection. It starts with a quick look at the next generation of serialization techniques, as well as implementation pitfalls around UUID. It also covers the internals of the memory model, and common garbage collection algorithms and their tuning knobs. (more)
category: JAVA | clicked: 0 | comment | | source: www.java-tv.com
tags: Garbage Collection, java concurrency
1
Pins

Introduction to Restlet

posted by anishaanisha 247 days, 18 hours, 48 minutes ago
Monday, September 17, 2012 8:22:51 PM GMT
The goal of a framework is to provide a reusable and extendable set of classes and interfaces that will serve as a foundation on which you can construct your own applications more efficiently. The Restlet project was started from the observation that no Java framework was available to help developers build RESTful applications. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: Introduction, Restlet
1
Pins

Creating Your First Spring Web MVC Application

posted by anishaanisha 247 days, 18 hours, 55 minutes ago
Monday, September 17, 2012 8:15:38 PM GMT
In this article, based on chapter 3 of Spring in Practice, Willie Wheeler, John Wheeler and Joshua White show you how to build a simple Spring Java application to manage a roster.  You will write some Spring Web MVC code with a goal to get an intuitive feel for how things work in Spring Web MVC. (more)
category: Spring | clicked: 1 | comment | | source: www.java-tv.com
tags: spring web MVC application
1
Pins

Better Productivity with Grails 2.0

posted by anishaanisha 247 days, 19 hours, 2 minutes ago
Monday, September 17, 2012 8:08:58 PM GMT
As Grails 2 has just been released, it’s time to find out just why we think you should upgrade. This video presents the new usability features that are targeted at improving your productivity, such as the new interactive command line, improved class reloading and much better unit testing support. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: Grails 2.0, Productivity
1
Pins

Extreme Productivity with Spring Roo

posted by anishaanisha 247 days, 19 hours, 3 minutes ago
Monday, September 17, 2012 8:07:11 PM GMT
Spring Roo is an open source application development tool for Java developers that allows you to code 100% in Java and to reuse all your existing Java knowledge, skills and experience. These two videos are demonstration-oriented sessions that covers Spring Roo completely: (more)
category: Spring | clicked: 0 | comment | | source: www.java-tv.com
tags: Productivity, Spring Roo
1
Pins

Migrating a Struts/Java E-Mail Application to Lift/Scala

posted by anishaanisha 247 days, 19 hours, 7 minutes ago
Monday, September 17, 2012 8:03:19 PM GMT
This video reports decisions and experiences in migrating a Java application to Lift/Scala. The topics covered are: The Mapper OR-Mapping framework; Problems in separating user interface from business logic; Comparison with JPA and Hibernate; How to get quickly an application without scaffolding; Configuring Lift by the LiftRules and S objects; (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: e mail application, Java, Scala, Struts
1
Pins

Groovy CodeNarc: How to Write a Rule

posted by anishaanisha 247 days, 19 hours, 8 minutes ago
Monday, September 17, 2012 8:02:16 PM GMT
CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies, style issues and more. A flexible framework for rules, rulesets and custom rules means it’s easy to configure CodeNarc to fit into your project. This short tutorial shows you how easy it is to write your own CodeNarc rule. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: CodeNarc, Groovy
1
Pins

Heroku and Java

posted by anishaanisha 247 days, 19 hours, 9 minutes ago
Monday, September 17, 2012 8:01:42 PM GMT
Heroku is a cloud application platform that makes it easy for you to deploy and scale Java applications in the cloud. This video demonstrates how you can do this. It covers building a Heroku Java web application, coding with Heroku (Maven and Gradle), using Heroku for Java in a non-web context and deploying and scaling on Heroku. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: heroku, Java
1
Pins

Spring Roo 1.2 New Features

posted by anishaanisha 247 days, 19 hours, 12 minutes ago
Monday, September 17, 2012 7:58:17 PM GMT
Spring Roo is a rapid application development tool for Java developers. The 1.2 version was released in December 2011. This release includes all the most popular features that the Roo user community have requested as well as many performance and usability improvements. (more)
category: Spring | clicked: 0 | comment | | source: www.java-tv.com
tags: Features, spring roo 1.2
1
Pins

Hierarchical Data for Java

posted by anishaanisha 247 days, 19 hours, 13 minutes ago
Monday, September 17, 2012 7:57:27 PM GMT
Hierarchy is a meta-compiler that extends the Java language to add support for XML-like hierarchical data. The video provides us with code examples and demos the use of three new file types that Hierarchy adds to Java (.matrix, .schema, & .mjava). Hierarchy seems like the natural evolution of working with data: (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: hierarchical data, Java
1
Pins

Vaadin JPAContainer

posted by anishaanisha 247 days, 19 hours, 14 minutes ago
Monday, September 17, 2012 7:56:55 PM GMT
This video explains how a developer can quickly set up a CRUD application with the Vaadin PAContainer 2.0 and how the its utilities can automatically build a generic UI for the domain model. JPAContainer allows connecting Vaadin user interface components directly to the persistent model objects. It is an implementation of the container interface defined in the Vaadin core framework. (more)
category: Java EE | clicked: 1 | comment | | source: www.java-tv.com
tags: JPA container, Vaadin
1
Pins

MongoDB on the Java Virtual Machine

posted by anishaanisha 247 days, 19 hours, 15 minutes ago
Monday, September 17, 2012 7:56:08 PM GMT
MongoDB and the Java programming language boast a deep affinity; but the places where MongoDB is proving strongest are on Java’s Virtual Machine. This talk explores the deeper relationship between the MongoDB database and various languages on the Java Virtual Machine such as Java, Scala, Clojure, JRuby and Python. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: JVM, Mongo DB
1
Pins

Groovy DSLs

posted by anishaanisha 247 days, 19 hours, 21 minutes ago
Monday, September 17, 2012 7:49:40 PM GMT
This video explores Groovy’s features to see how far we have come with a general purpose programming language for writing DSLs. There have been many attempts to create languages which allow us to express our problems in higher-level languages: from COBOL to Object-Oriented languages, from Logic processing languages and SQL to rules engines. (more)
category: Java EE | clicked: 0 | comment | | source: www.java-tv.com
tags: groovy dsl
Previous 1 2 3 4 5 6 7 8 9 10 ... 79 80 Next