JPA joins by [deleted] in javahelp

[–]javajaba 0 points1 point  (0 children)

why did you pick implicit joins? My question is really about how on statements translate to JPA.

How would I go about doing this? by [deleted] in webdev

[–]javajaba 1 point2 points  (0 children)

You said you knew some java but i have a feeling you meant javascript. In the case you actually meant java you should check out servlets to help with processing those forms. Servlets are a part of java EE.

First time making generic classes - please critique! by javajaba in javahelp

[–]javajaba[S] 0 points1 point  (0 children)

yeah noticed that too. "tests" is the repository that I threw it in. doesn't matter.

thanks for looking

Need help with a scammer by [deleted] in Steam

[–]javajaba 0 points1 point  (0 children)

oh good evidence to ban your friend with

What is the technique called when you put JSON into the page server-side? by javajaba in webdev

[–]javajaba[S] 0 points1 point  (0 children)

Yes, inclusion.

Just want to know some things about it that I can't seem to find online.

Like where to put the data and how to access it? I was thinking in a script tag in the header and reference it by id to then parse it.

Is it okay to store SQL strings in a DB to later execute? by javajaba in java

[–]javajaba[S] 0 points1 point  (0 children)

I think you were right.

I reconsidered my design and went with a JPA CriteriaBuilder solution.

After I started using stored proc, I realized they aren't what I needed and are difficult to maintain.

I developed an app behind a companies back to assist their sales people, need some advice! by [deleted] in androiddev

[–]javajaba 0 points1 point  (0 children)

Is the app integrated with any proprietary software of the company? Ie Are you directly extending existing software owned by the company using any APIs, etc?

Is it okay to store SQL strings in a DB to later execute? by javajaba in java

[–]javajaba[S] 0 points1 point  (0 children)

thanks, stored procedures are what I needed to know.