Tagged Questions

2
votes
2answers
104 views

Protecting an Application with Logins

I am a beginner Java programmer, and have tried searching for a way to set up a login system with my Java application. The application is a game and I do not want people to just upload it to a ...
1
vote
2answers
175 views

Database design

I'm on the way developing an application which requires a kind of dynamic database, So this is what I want, This is the for reading the details of a class, the number of variables and methods ...
2
votes
1answer
162 views

How should I implement Transaction database EJB 3.0

In the CustomerTransactions entity, I have the following field to record what the customer bought: @ManyToMany private List<Item> listOfItemsBought; When I think more about this field, ...
3
votes
2answers
277 views

Need to make a stock inventory application

I need to make an application for my dad to keep track of stock trading inventory. He trades shares for himself and for his clients and would like to keep the records, things like buy/sell price of ...
2
votes
3answers
190 views

Free/low-cost online resources to study for certifications [closed]

So I am interested in working towards are few specific certs. Namely Oracle 11g, MySQL, and Java. I know there are tons of books out there, and I do plan to hit up my local library on these subjects ...
2
votes
1answer
225 views

J2EE: Appropriate use of Spring/Hibernate for a project

Hey guys, my company is insisting that I learn more about Hibernate and Spring for some other projects that we have. (My company uses Java and Perl) Right now they have me working with Perl/MySQL. I ...
1
vote
5answers
414 views

Php: Whats my next step?

So in college I started learning Php, mostly starting with the Larry Ullman books. I got a job at a company after, where I was able to learn some stuff from the higher up guys. Since then, I've done ...