Z
ZOD
firstly About Bluewisher .. my project
1. Database:
a.Centralized( made in IBM DB 2, kept on server)
b.Embedded(Images, Flash templates... all in
folders , to be on every client Machine)
2. Server
a. Business Logic Classes : Those accessing the
Database..( contain all function and SQL querries...)
b. Server Classes : i am using RMI and
hence have to make a Server!!
3.Clent :
a. GUI classes( all made in Netbeans)
b.Client Classes(TO make the Client and make it
feasible to interact with Server on network.
As i dont know how to Use RMI in Netbeans... so .. i have to choose
the general methord of compiling thru.. command prompt ...
Now if i want to TEST RUN MY project on any number of Machine.. then
i have to copy the Embedded Database( i.e. all folders containing the
Images, Flash templates... etc) on each machine... then on each
machine .. i have to set Path of BIN folder of Java...then COMPILE AND
RUN ALL CLASS FILE.. AGAIN and again!!! And what if JDK is not
installed.. then i have also to installl.. the JDK ...
Can some one give me a solution!! like if it is " POSSIBLE TO CREATE A
INSTALLER ".. executing which all paths wil be set automatically and
Embedded Database get into its location automatically. SAME FOR
SERVER..
compilation process is done in one time!! then only JRE needs to be
installed on the machine!!
Please advise me on the above .. also point if some thing could be
done in better way, instead of what i am doing( as i have mentioned
above).
1. Database:
a.Centralized( made in IBM DB 2, kept on server)
b.Embedded(Images, Flash templates... all in
folders , to be on every client Machine)
2. Server
a. Business Logic Classes : Those accessing the
Database..( contain all function and SQL querries...)
b. Server Classes : i am using RMI and
hence have to make a Server!!
3.Clent :
a. GUI classes( all made in Netbeans)
b.Client Classes(TO make the Client and make it
feasible to interact with Server on network.
As i dont know how to Use RMI in Netbeans... so .. i have to choose
the general methord of compiling thru.. command prompt ...
Now if i want to TEST RUN MY project on any number of Machine.. then
i have to copy the Embedded Database( i.e. all folders containing the
Images, Flash templates... etc) on each machine... then on each
machine .. i have to set Path of BIN folder of Java...then COMPILE AND
RUN ALL CLASS FILE.. AGAIN and again!!! And what if JDK is not
installed.. then i have also to installl.. the JDK ...
Can some one give me a solution!! like if it is " POSSIBLE TO CREATE A
INSTALLER ".. executing which all paths wil be set automatically and
Embedded Database get into its location automatically. SAME FOR
SERVER..
compilation process is done in one time!! then only JRE needs to be
installed on the machine!!
Please advise me on the above .. also point if some thing could be
done in better way, instead of what i am doing( as i have mentioned
above).