How to : Package structure other than default

2 messages Options
Embed this post
Permalink
|| Sudhir Nimavat ||

How to : Package structure other than default

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Appfuse requires package structure is mentioned in http://appfuse.org/display/APF/FAQ#FAQ-packagenaming

How can I have different package structure than this..
Assume that I want some thing lik

org.companyname.app.application - application
org.companyname.app.persistence
org.companyname.app.persistence.dao
org.companyname.app.model

I know there would be some way tht I don't know
 
 
 
 
Sudhir Nimavat
Senior software engineer.
Quick start global PVT LTD.
Baroda - 390007
Gujarat, India

Personally I'm always ready to learn, although I do not always like being taught
 



Connect more, do more and share more with Yahoo! India Mail. Learn more.
mraible

Re: How to : Package structure other than default

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
You should be able to restructure your packages however you see fit. AppFuse does expect a certain directory structure to do code generation, but you should be able to run it and then move the files later. I'd recommend using an IDE to do the refactoring - it'll make it a lot easier.

Matt

On Nov 1, 2009, at 6:06 AM, || Sudhir Nimavat || wrote:

Appfuse requires package structure is mentioned in http://appfuse.org/display/APF/FAQ#FAQ-packagenaming

How can I have different package structure than this.. 
Assume that I want some thing lik

org.companyname.app.application - application
org.companyname.app.persistence 
org.companyname.app.persistence.dao
org.companyname.app.model

I know there would be some way tht I don't know
 
 
 
 
Sudhir Nimavat
Senior software engineer. 
Quick start global PVT LTD.
Baroda - 390007
Gujarat, India

Personally I'm always ready to learn, although I do not always like being taught
 



Connect more, do more and share more with Yahoo! India Mail. Learn more.