Akash Singla

Greenhorn
+ Follow
since Jul 22, 2009
Merit badge: grant badges
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 Akash Singla

Actually they are running on a production and a test server already.

What I am trying to convey is, if the language changes are not conflicting for the same app in different sessions, how is it possible that they are conflicting across different contexts.

Is there any setting of tomcat that does this kind of configuration sharing or is it something related to only richfaces JAR files or the problem is specific to JSF 1.2.

Has anyone faced similar issue.

I'll do some more research and definitely let you guys know.

Akash
13 years ago
JSF
If this would have been the case, then, the this behavior should have been visible everytime I change the language. But it is not.
Its visible seldom but not always.

Also, when I work on the same application, different user sessions of same application don't share this error, ie, if I change my language to French, you would be able to log-in with the default language English.
When Language changes are not shared across the same application session, how can they be shared across multiple context sessions.

Akash
13 years ago
JSF
Hi,

I'm facing a very strange problem.

I have multiple project war files created using JSF 1.2_14 and richfaces 3.3.2CR1 and deployed on a single tomcat instance using virtual hosts (each runs on ROOT of every V-Host).
All these war files share the same libraries through tomcat/lib directory.

However, the configuration files (web.xml and faces-config.xml) are unique for every war file.

One of the projects (abc) is using multi-language support (English, french, hindi).

Now, the problem is, When I change the language of abc project to, lets say, french, all other projects have the started using french in the JSF components. Eg: rich:calendar in a project XYZ has started showing octobre for October because abc was using French.

Is it because richfaces jar files are shared across war files.

Please help.

Akash.
Daedals
13 years ago
JSF
Hi

I have 2 clients for which I want to Install Jforum on a single server.

The simplest thing that I could have done is:
Create 2 directories forum1 and forum2 under webapps and put the jforum.war file into both.

Now configure the virtual hosts such that
http://forum.firstClient.com -> points to webapps/forum1
http://forum.secondClient.com -> points to webapps/forum2

Is there an way that I can achieve this from the single War file? Does JForum supports this???

Thanks in Advance
14 years ago
Hi,

I am new to BIRT reports.

My report has 22 tables, each table being filled using a dataset.

Now, a user has an option from the UI through 22 checkboxes to select which table to show and which one to hide. He also has a 23rd checkbox to select all tables.

The requirement::

When the user hides any table, the dataset to which the table is binded, should not be executed.

Can i use beforeOpen method for this??? If yes, how???

This is important because each dataset has one stored proc call and each stored proc is having on an average 7 JOINs.

Please help because this is making my report generation time really long.

Thanks
Akash
Same issue for me too.

I also want to insert image dynamically in my report.

Please do let me know if you have found any answers

Thanks
Akash
Hi,

I am new to BIRT reports.

My report has 22 tables, each table being filled using a dataset.

Now, a user has an option from the UI through 22 checkboxes to select which table to show and which one to hide. He also has a 23rd checkbox to select all tables.

The requirement::

When the user hides any table, the dataset to which the table is binded, should not be executed.

Can i use beforeOpen method for this??? If yes, how???

This is important because each dataset has one stored proc call and each stored proc is having on an average 7 JOINs.

Please help because this is making my report generation time really long.

Thanks
Akash
14 years ago
What about CaptainCasa
14 years ago
JSF
Hi,

I was thinking if its possible to use Java Swings as UI components and JSF as application framework to create a Web application.
Is it possible???

If yes, please guide.

I checked out CaptainCasa, its pretty good. Any info to support it would be helpful.

Thanks

Akash
14 years ago
JSF

David Newton wrote:That strikes me as being very error-prone. Are you sure you can't just use the same repository?



HiDavid, As I have told we have a slow internet connection. And as the update/commits are frequent in the reposittory, SO it won't be possible for our developers to do it efficientely with the online SVN. Thats why we are maintaining a local SVN.
But to keep the development work in sync with the other team we need an online SVN as well,

I am not sure if there is a solution for what I have asked.....but is there a better way to do this???
Thanks
Akash
Hi,

We are developing an application and we have a 2 teams (say X and Y) that are at different places.
Both these teams have 5 member each.
Both Teams do not work at the same time, if X team works for 9 hrs at Place A, Y team works at Place B for next 9 hrs.

Currently we are using a Visual SVN server on one of our local machine at Place A and all the team members of X team use it to sync their workspace using the Eclipse Plugin for SVN. This works fine. At the end of the day, we send the war file to Team Y at Place B. They again have the same setup and the same process.

This is becoming a trouble for us to keep the application in sync.
One of my frnd told me to use online SVN. I tried one at unfuddle.com. But I have few problems with it:

Ours is a big applicationa nd we dont have a very fast internet connection. We are looking for a solution such that all the team members of a particular place use the Local Visual SVN server to commit, update the workspace and then at the end of day, someone at Place A sync this workspace with the online workspace. Now one person at Place B can get latest code from online workspace and then the team members at location B can use it at their local server.

The problem i m facing is that I dont know how to compare a workspace with a different repository in eclipse.

Any help will be appreciated.

Please excuse me for such a long mail

TIA

Hi,

This is not an issue but just a discussion topic.

my application extensively uses richfaces 3.3.2 CR1.
Every page comes gzip compressed in Firefox.
However, I noticed that there are approx 12-15 js files that come from the server during every page load.

Is there any way i can combine them so that there are lesser no. of HTTP requests to the server and the application would load much faster.

I have seen the technique being used in Yahoo pages. Could the same be implemented for richFaces. May be by using something like JAWR

Thanks
Akash
14 years ago
JSF
Please comment..

Thanks
Akash
14 years ago
JSF