Questions tagged [beehive]

Apache Beehive is a Java Application Framework designed to make the development of Java EE based applications quicker and easier.

Apache Beehive is a Java Application Framework designed to make the development of Java EE based applications quicker and easier. It makes use of various open-source projects at Apache like XMLBeans. It leverages the latest innovations in Java 5 which includes JSR-175 which is a facility for annotating fields, methods and classes so that they can be treated in special ways by runtime tools. It builds on the framework developed for BEA Systems Weblogic Workshop for its 8.1 series. BEA later decided to donate the code to Apache, so that a wider audience could get an opportunity to use Beehive.

As of 2010/01/11 - Apache Beehive has been retired.

10 questions
8
votes
1 answer

Different form actions based on select change events

I'm using Apache BeeHive. My JSP contains a form () with a dropdown box () and a submit button (). When the submit button is pressed, the form's default action ("doAction1) will be submitted. I want a…
Bill.D
  • 166
  • 3
  • 5
2
votes
1 answer

Apache beehive and localizing default pager for DataGrid

I am trying to localize strings created by Apache Beehive and netui default pager. I'd like to translate language of this output. Page 1 of 3 First / Previous Next / Last My .jsp code looks something like this
Juha Syrjälä
  • 33,425
  • 31
  • 131
  • 183
1
vote
1 answer

How to use if clause inside a netui data repeater

I'm looking for method to inject value into a . The code below works if I substitute <% out.print(request.getSession().getAttribute("UserName").toString()); %> with some constants. But how can I parse a value in <%%> tag into a
You Qi
  • 8,353
  • 8
  • 50
  • 68
1
vote
0 answers

Change elements close "beehive"

I have a question for you that is tormenting me a lot. Look at the code attached, I wish to MouseHover on one of the circles others change to climb as is now going on with the mouse "box_4A". As you can see the code is extremely complex and not very…
Andrea
  • 57
  • 7
1
vote
2 answers

Need to download Expression Blend Sample Beehive Project and other sample Projects

I am learning Expression Blend on Version 4. Every and every code in its user guide are based on Beehive Sample and that sample is not available in Expression Blend. So I was wondering if there is a link from where I can download it?
Nikhil Agrawal
  • 47,018
  • 22
  • 121
  • 208
1
vote
0 answers

Migrating from Java Page Flow to JSF

I am currently working on a project that uses WebLogic Portal and Apache Beehive Page Flow Controller. The team would like to remove WebLogic Portal and the Page Flow Controllers with JSF. Currently we have not found a way to manage the workflow…
0
votes
1 answer

Can Beehive Framework run on Tomcat

We're looking to do a migration of an old app to cloud. Currently it is built on Beehive framework and running on Weblogic 10.3.6. My question is, can we run Beehive framework on tomcat and get rid of weblogic altogether? I can not find anything on…
Billy
  • 1,049
  • 3
  • 14
  • 23
0
votes
0 answers

How to Resolve deadlock on Apache Beehive HttpSessionMutexListener

I still using some old school framework (Apache Beehives) to develop my web portal application. Apparently problem is happen more frequent nowadays, I suspect it is because we received more transactions and larger XML size on single requests. I…
lagunaloire
  • 81
  • 3
  • 9
0
votes
2 answers

Hive query to group

I have the following table columns: ID (id), Type (string. could be either: open or close) I would like to get an output count where for each unique ID, I count how many times the ID got the open type and how many times it got the close type. So the…
strangeQuirks
  • 4,761
  • 9
  • 40
  • 67
0
votes
1 answer

Weblogic Workshop 9.2: _pageflow directory is not generated

At some point our WebLogic's Portal web project in Workshop stopped generating the WEB-INF/classes/_pageflow directory and all files in that. There are no visible changes in the project structure, but because of that all the Beehive page flow…
Andrey Adamovich
  • 20,285
  • 14
  • 94
  • 132