niku shah

Ranch Hand
+ Follow
since Aug 28, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by niku shah

Hello,

I see there are more than one Node modules for MongoDB (Native, Mangoose, Mongoskin). Does the book cover differences amoung those modules or when to use which module ?

Thanks,
Nikesh
Hello,

How much scalable is MEAN stack? Does it fit for load balancing an clustering concepts?

I read the 1st chapter of this book, Node is a platform and express is wrapper framework on Node. So does it provide the capabilities like Apache for load balancing?


Thanks,
Nikesh
Thanks Winston,

Actually I found a way to use properties file to externalize.
Externalize Jasig Cas Properties

Reason is, we have separate team for development and deployment. Deployment team handles any environment specific properties (tomcat/shared) path.

9 years ago
Many thanks Ulf Dittmer,

Following link helped in achieving the desired result.

Exclude JSON Fields dynamically

10 years ago
Thanks for the quick response.

Actually I am looking for a solution to avoid creating more POJOs if dynamically fields can be excluded.



10 years ago
Hi,

I have developed Restful service using RESTEasy framework and Jackson for json response.

I am using data layer to return plain POJO class object(setters and getters), which gets returned from REST service as JSON.

My question is:
How to modify/filter response (without modifying POJO), to send back only few fields based on condition and not all fields of the POJO.

Thanks in advance,
Nikesh
10 years ago
Hello,

I have created a sample Pentaho Action Sequence which executes a Kettle Job.

Now I like to print some message by getting back result from Job back in Pentaho User Console Action sequence UI.

How to get response from Job to Action Sequence back?

Thanks,
Nikesh
11 years ago
Thanks Shiv and Reda

Specifically we are using 1.6 update 28. I will check with JDK7.

And yes, we have configured JVM options to flush codecache.

-Nikesh
11 years ago
Hello,

We faced CodeCache full with jdk 1.6.x versions for our application and it doesn't get empty automatically. Only when we force it to do in JVM options.

Can we expect better codecache handling in Java 7 version?

Thanks,
Nikesh
11 years ago
Thanks for the quick reply Joanne,

When I set Search base attribute in Pentaho = "ou=groups, dc=test,dc=comp,dc=net"

It returns ALL the groups hierarchy from LDAP

When I set it to one of the group, it returns all the direct members
"cn=MY_GROUP_NAME,ou=groups, dc=test,dc=comp,dc=net"

Now our requirement is to fetch group/user hierarchy of given group, "MY_GROUP_NAME"

Thanks
Nikesh

11 years ago
Hello,

I want to fetch group hierarchy for one of the group in our Sun Directory ldap system.

I am using Pentaho 4.x version LDAP component to fetch LDAP groups hierarchy. But It fetches all the groups from the system
My requirement is to fetch full members hierarchy for a given group in LDAP.

What kind of search filter can be used?

Please let me know if you need more details.

Thanks,
Nikesh
11 years ago
Hello,


Downloading *.pps file is converted to *.ppt in IE8 browser.

Firefox and Chrome downloads file properly in .pps extension

Any idea why IE8 converts .pps extension to .ppt?

Thanks,
Nikesh
11 years ago
I am going through the documentation.

I have installed the JProbe and I received license for evaluation (10 days) in email.

I did add license while launching the JProbe, but while running any example it shows following error,



indeed I have added a license file, and clicking on View License shows me expiry date to 2nd July 2012.

Do i need concurrent license in this case for evaluation?
11 years ago
Hello Friends,

Can anyone please guide how can I configure JProbe tool to start monitoring Java/Tomcat

Our Tomcat is running on Linux and I want to monitior it from Windows 7 machine

I have installed JProbe 10 days trial on Windows &, but it seems it also needs to be installed on server machine (linux in my case)

Can anyone please guide or provide link which can tell step by step process to start with.

Thanks,
Nikesh
11 years ago
Hi

I appeared for SCJP1.5 but failed by 2 questions...

I want some more material on classpath and JAR files... because in these objectives i was unable to select correct answers.

In exam options used dot(.) operator as well as slash(/) to acces a .java or .class files .. so i confused there questions

I have read K&B book but i want other material also.. can anybody give me the links.

Thanks

Nikesh

(Appearing for SCJP 1.5)