What's new

Closed Java Project Application

Status
Not open for further replies.

PHC-K A K A Y

Eternal Poster
Joined
Oct 6, 2017
Posts
507
Reaction
99
Points
256
Patulong naman mga paps medyo mahirap po mag build ng applicaton, ano po ba yung mga Components para makapag build ng application. mahirap kasi yung project namin eh, "Priventive maintenance and calibration" ito yung project namin ehh.
baka may maitulong naman kayo mga paps. Salamat
 
kung mag build ka po ng application and may topic ka naman and objectives, sunod mong iisipin kong anung type ng application or target mo, like for web, desktop or mobile application.
siguro component na nasa isip mo kung anu dapat gamitn, tama ba? kelangan mo IDE like (eclipse, netbeans or intellij) since java naman ang gagawin mo.
 
kung mag build ka po ng application and may topic ka naman and objectives, sunod mong iisipin kong anung type ng application or target mo, like for web, desktop or mobile application.
siguro component na nasa isip mo kung anu dapat gamitn, tama ba? kelangan mo IDE like (eclipse, netbeans or intellij) since java naman ang gagawin mo.
OO paps alam ko na po yung gagamitin ko net beans na IDE Gamit ko, tas Desktop Application po, OO tama ka sa Component yung mga gagamitin ko.
 
Gather the data, define and ask the needs and requirement of the end user. Then plan your schema, make an er diagram, flowchart. These things will define and command the components you need. I mean, you cant use gridview when you only have two items to choose from, then just use radio button in that case. Something like that. So it's better to gather things, ask the needs then design it based from those gathered data.
 
Last edited:
Gather the data, define and ask the needs and requirement of the end user. Then plan your schema, make an er diagram, flowchart. These things will define and command the components you need. I mean, you cant use gridview when you only have two items to choose from, then just use radio button in that case. Something like that. So it's better to gather things, ask the needs then design it based from those gathered data.
nakapag Plan napo ako paps, IDE, Database tpos nuild lng yan po ba ang need ko ?
 
nakapag Plan napo ako paps, IDE, Database tpos nuild lng yan po ba ang need ko ?

di kita masundan ts hehe kung sa application ba mismo or sa topic mo ikaw may tanong :) , ano bang build? in an actual code setting? or baka core structure ng application? kung application just follow GoF design pattern
 
kung na plan mo na yung design, database schema and flowchart like other said, follow design pattern like firelouu said, and after nun para ma conceptualize mo mabuti gagawin mo before mo i code, draw a user interface that you think na madali maiintindihan ng end user mo, then plot mo sa database schema mo and yung flow ng design mo sa flowchart na ginawa mo.
 
Patulong naman mga paps medyo mahirap po mag build ng applicaton, ano po ba yung mga Components para makapag build ng application. mahirap kasi yung project namin eh, "Priventive maintenance and calibration" ito yung project namin ehh.

Gather and define the business requirements first in paper. If you can't state what's exactly needed before writing code, then it's a waste of time. Understanding the problem is the first step.
 
Status
Not open for further replies.
Back
Top