Click here to Skip to main content
15,888,286 members
Home / Discussions / Java
   

Java

 
AnswerRe: How to start Java Pin
Tushar Guru8-Sep-14 20:59
Tushar Guru8-Sep-14 20:59 
AnswerRe: How to start Java Pin
Programmer Andrew10-Sep-14 20:11
Programmer Andrew10-Sep-14 20:11 
AnswerRe: How to start Java Pin
tony_ming7-Oct-14 2:40
tony_ming7-Oct-14 2:40 
Questionis it possible to divide one iframe into different rows and columns in html 5 Pin
Member 1028492117-Aug-14 21:10
Member 1028492117-Aug-14 21:10 
AnswerRe: is it possible to divide one iframe into different rows and columns in html 5 Pin
Richard MacCutchan17-Aug-14 21:35
mveRichard MacCutchan17-Aug-14 21:35 
GeneralRe: is it possible to divide one iframe into different rows and columns in html 5 Pin
Member 1028492117-Aug-14 22:44
Member 1028492117-Aug-14 22:44 
GeneralRe: is it possible to divide one iframe into different rows and columns in html 5 Pin
Richard MacCutchan18-Aug-14 3:02
mveRichard MacCutchan18-Aug-14 3:02 
QuestionPackage structure best practices? Pin
Neo101018-Aug-14 3:11
Neo101018-Aug-14 3:11 
What is the best way to structure the naming of your (java) packages?

By design paradigm: my.app.dao, my.app.services, my.app.util, my.app.model, etc.

or by function/context name: my.app.clients, my.app.registration, my.app.production, my.app.accountancy?

On a side note:

I think I remember watching a keynote speech on the Spring framework where a developer advocated the structuring of packages according to the application's domain functions. The same would happen for URLs:

/login
/register
/products/sales
/products/production
/accountancy/general-ledger
/accountancy/analysis

The problem of the classic paradigm package structure would be redundancy/visibility problems:

services/userregistration
services/agenda
services/products

model/userregistration
model/agenda
model/products

dao/userregistration
dao/agenda
dao/products

Each function is repeated per layer.

What is the best approach?

modified 8-Aug-14 9:18am.

AnswerRe: Package structure best practices? Pin
jschell10-Aug-14 7:31
jschell10-Aug-14 7:31 
AnswerRe: Package structure best practices? Pin
TorstenH.13-Aug-14 20:14
TorstenH.13-Aug-14 20:14 
QuestionAnt customized folder Pin
Member 105135978-Aug-14 2:55
Member 105135978-Aug-14 2:55 
AnswerRe: Ant customized folder Pin
jschell10-Aug-14 7:36
jschell10-Aug-14 7:36 
QuestionJAVA Pin
Shyam Chowdary29-Jul-14 21:35
Shyam Chowdary29-Jul-14 21:35 
AnswerRe: JAVA Pin
Richard MacCutchan29-Jul-14 22:21
mveRichard MacCutchan29-Jul-14 22:21 
AnswerRe: JAVA Pin
TorstenH.1-Aug-14 2:20
TorstenH.1-Aug-14 2:20 
Questionjar File for the HP Quick Test Professional 11.0 Pin
Jijesh Ganapathy26-Jul-14 7:27
Jijesh Ganapathy26-Jul-14 7:27 
QuestionRe: jar File for the HP Quick Test Professional 11.0 Pin
Richard MacCutchan29-Jul-14 6:38
mveRichard MacCutchan29-Jul-14 6:38 
QuestionUse an Interface when there are no Implement Classes Pin
Jijesh Ganapathy26-Jul-14 7:16
Jijesh Ganapathy26-Jul-14 7:16 
AnswerRe: Use an Interface when there are no Implement Classes Pin
Richard MacCutchan29-Jul-14 6:37
mveRichard MacCutchan29-Jul-14 6:37 
QuestionNeed a detail describtion of the channel Pin
zcldzh25-Jul-14 21:42
zcldzh25-Jul-14 21:42 
QuestionRe: Need a detail describtion of the channel Pin
Richard MacCutchan29-Jul-14 6:34
mveRichard MacCutchan29-Jul-14 6:34 
AnswerRe: Need a detail describtion of the channel Pin
zcldzh2-Aug-14 4:28
zcldzh2-Aug-14 4:28 
GeneralRe: Need a detail describtion of the channel Pin
Richard MacCutchan2-Aug-14 5:23
mveRichard MacCutchan2-Aug-14 5:23 
QuestionJava project packaging Pin
sebuliba_f22-Jul-14 4:47
sebuliba_f22-Jul-14 4:47 
AnswerRe: Java project packaging Pin
Richard MacCutchan22-Jul-14 5:08
mveRichard MacCutchan22-Jul-14 5:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.