-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
I saw this by Adam on Twitter today:
Interesting. Let's try it. Here's my method "getCustomerId". I select it, right-click, and choose "Find Usages" (or press Alt-F7):
A nice dialog appears:
Then click "Find" and, guess what, this is what…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to convert this to something sqlalchemy expression
language compatible, I don't know if it's possible out of box and
are hoping someone more experienced can help me along. The backend
is PostgreSQL and if I can't make it as an expression I'll create
a string instead.
SELECT
DISTINCT…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What if I have URL like: servlet.jsp?myparam=myvalue
These 2 ELs should return output "myvalue" , but I actually don't understand why?:
${param.values["myparam"]["0"]}
${param.values.myparam[0]}
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to access some constants in my jsp, and sadly the EL does not offer any functionality for it.
There are some options like the unstandard tag library, but I'd like to keep it a bit more standard.
I tried:
<%@ page import = "com.jackdane.Constants"%>
<c:if test="${object.display ==…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
A few seats remain for my course SQL Server Integration Services 2012 Design Patterns to be delivered in London 8-11 Sep 2014. Register today to learn more about: New features in SSIS 2012 and 2014 Advanced patterns for loading data warehouses Error handling The (new) Project Deployment Model Scripting…
>>> More